Merge pull request #10270 from libretro/RobLoach/database-psp-korea

(Database) Add support for scanning PSP Korean
This commit is contained in:
Autechre 2020-03-13 02:22:21 +01:00 committed by GitHub
commit 3c6bea1113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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