mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +00:00
(PSP scanning) Add more PSP serials
This commit is contained in:
parent
784e1187e1
commit
f162875583
@ -256,6 +256,10 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
||||
(string_is_equal(game_id, "ULES-"))
|
||||
|| (string_is_equal(game_id, "ULUS-"))
|
||||
|| (string_is_equal(game_id, "ULJS-"))
|
||||
|| (string_is_equal(game_id, "ULET-"))
|
||||
|| (string_is_equal(game_id, "ULUX-"))
|
||||
|| (string_is_equal(game_id, "ULJP-"))
|
||||
|| (string_is_equal(game_id, "ULED-"))
|
||||
|| (string_is_equal(game_id, "ULEM-"))
|
||||
|| (string_is_equal(game_id, "ULUM-"))
|
||||
|| (string_is_equal(game_id, "ULJM-"))
|
||||
@ -268,7 +272,16 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
||||
{
|
||||
if (
|
||||
(string_is_equal(game_id, "UCES-"))
|
||||
|| (string_is_equal(game_id, "UCED-"))
|
||||
|| (string_is_equal(game_id, "UCET-"))
|
||||
|| (string_is_equal(game_id, "UCJB-"))
|
||||
|| (string_is_equal(game_id, "UCJM-"))
|
||||
|| (string_is_equal(game_id, "UCJP-"))
|
||||
|| (string_is_equal(game_id, "UCJX-"))
|
||||
|| (string_is_equal(game_id, "UCJP-"))
|
||||
|| (string_is_equal(game_id, "UCKM-"))
|
||||
|| (string_is_equal(game_id, "UCUS-"))
|
||||
|| (string_is_equal(game_id, "UCAM-"))
|
||||
|| (string_is_equal(game_id, "UCJS-"))
|
||||
|| (string_is_equal(game_id, "UCAS-"))
|
||||
|| (string_is_equal(game_id, "UCKS-"))
|
||||
@ -287,6 +300,12 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
||||
|| (string_is_equal(game_id, "NPUG-"))
|
||||
|| (string_is_equal(game_id, "NPJG-"))
|
||||
|| (string_is_equal(game_id, "NPHG-"))
|
||||
|| (string_is_equal(game_id, "NPEX-"))
|
||||
|| (string_is_equal(game_id, "NPHH-"))
|
||||
|| (string_is_equal(game_id, "NPHZ-"))
|
||||
|| (string_is_equal(game_id, "NPJJ-"))
|
||||
|| (string_is_equal(game_id, "NPUF-"))
|
||||
|| (string_is_equal(game_id, "NPUX-"))
|
||||
|
||||
|| (string_is_equal(game_id, "NPEZ-"))
|
||||
|| (string_is_equal(game_id, "NPUZ-"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user