mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
Merge pull request #10270 from libretro/RobLoach/database-psp-korea
(Database) Add support for scanning PSP Korean
This commit is contained in:
commit
3c6bea1113
@ -261,6 +261,7 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|
||||
|| (string_is_equal(game_id, "UCUS-"))
|
||||
|| (string_is_equal(game_id, "UCJS-"))
|
||||
|| (string_is_equal(game_id, "UCAS-"))
|
||||
|| (string_is_equal(game_id, "UCKS-"))
|
||||
|
||||
|| (string_is_equal(game_id, "ULKS-"))
|
||||
|| (string_is_equal(game_id, "ULAS-"))
|
||||
|
Loading…
Reference in New Issue
Block a user