mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
database: Add scanning Korea and Asia discs
This change adds support for scanning Korean and Asian media discs to task_database_cue.c. Found by @pkos, and fixes #10241 .
This commit is contained in:
parent
bbe688cd05
commit
84eb05c917
1 changed files with 3 additions and 0 deletions
|
@ -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-"))
|
||||
|
|
Loading…
Add table
Reference in a new issue