Merge pull request #10243 from libretro/RobLoach/database-korea-asia-discs

database: Add scanning Korea and Asia discs
This commit is contained in:
Twinaphex 2020-03-10 06:41:05 +01:00 committed by GitHub
commit d2f3af69f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,6 +262,9 @@ int detect_psp_game(intfstream_t *fd, char *game_id)
|| (string_is_equal(game_id, "UCJS-"))
|| (string_is_equal(game_id, "UCAS-"))
|| (string_is_equal(game_id, "ULKS-"))
|| (string_is_equal(game_id, "ULAS-"))
|| (string_is_equal(game_id, "NPEH-"))
|| (string_is_equal(game_id, "NPUH-"))
|| (string_is_equal(game_id, "NPJH-"))