mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(PSP scanning) Regression fix - should scan games with serial ULU again
This commit is contained in:
parent
c812727de7
commit
784e1187e1
1 changed files with 1 additions and 1 deletions
|
@ -254,6 +254,7 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
|||
{
|
||||
if (
|
||||
(string_is_equal(game_id, "ULES-"))
|
||||
|| (string_is_equal(game_id, "ULUS-"))
|
||||
|| (string_is_equal(game_id, "ULJS-"))
|
||||
|| (string_is_equal(game_id, "ULEM-"))
|
||||
|| (string_is_equal(game_id, "ULUM-"))
|
||||
|
@ -268,7 +269,6 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
|||
if (
|
||||
(string_is_equal(game_id, "UCES-"))
|
||||
|| (string_is_equal(game_id, "UCUS-"))
|
||||
|| (string_is_equal(game_id, "UCUS-"))
|
||||
|| (string_is_equal(game_id, "UCJS-"))
|
||||
|| (string_is_equal(game_id, "UCAS-"))
|
||||
|| (string_is_equal(game_id, "UCKS-"))
|
||||
|
|
Loading…
Add table
Reference in a new issue