[PS1 Scanning] Serial extraction is now considered a failure if PSX.EXE is found, allowing CRC fallback and actually fixing the game scanning (#15241)

Co-authored-by: papa <anonymous>
This commit is contained in:
kikmon 2023-04-30 17:36:50 -04:00 committed by GitHub
parent 19f57716f1
commit d446f39c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ int detect_ps1_game(intfstream_t *fd, char *s, size_t len, const char *filename)
string_remove_all_whitespace(s, raw_game_id);
cue_append_multi_disc_suffix(s, filename);
return true;
return false;
}
}