mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Database) Add support for scanning PSP Korean
This adds support for scanning PlayStation Portable Korean region. Found by @pkos, and fixes #10268
This commit is contained in:
parent
925ec7bc82
commit
7403b3de8a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue