(PSP scanning) Regression fix - should scan games with serial ULU again

This commit is contained in:
twinaphex 2020-07-29 15:29:51 +02:00
parent c812727de7
commit 784e1187e1

View File

@ -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-"))