mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
[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:
parent
19f57716f1
commit
d446f39c63
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user