From dd6bfe912d5adfbd935ec9ec1ae38b83ebc3e48c Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 2 Feb 2019 08:37:52 -0500 Subject: [PATCH 1/2] db: Fix (Digital) references in DATs --- libretro-build-database.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libretro-build-database.sh b/libretro-build-database.sh index 3b988af7..5c3cd979 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -276,17 +276,17 @@ build_libretro_databases() { build_libretro_database "Nintendo - Game Boy Color" "rom.crc" build_libretro_database "Nintendo - GameCube" "rom.serial" build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc" - build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc" + build_libretro_database "Nintendo - Nintendo 3DS (Digital)" "rom.crc" build_libretro_database "Nintendo - Nintendo DS" "rom.crc" build_libretro_database "Nintendo - Nintendo DS (Download Play)" "rom.crc" build_libretro_database "Nintendo - Nintendo DSi" "rom.crc" - build_libretro_database "Nintendo - Nintendo DSi (DLC)" "rom.crc" + build_libretro_database "Nintendo - Nintendo DSi (Digital)" "rom.crc" build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc" - build_libretro_database "Nintendo - Nintendo Wii (DLC)" "rom.crc" build_libretro_database "Nintendo - Pokemon Mini" "rom.crc" build_libretro_database "Nintendo - Satellaview" "rom.crc" build_libretro_database "Nintendo - Sufami Turbo" "rom.crc" build_libretro_database "Nintendo - Wii" "rom.serial" + build_libretro_database "Nintendo - Wii (Digital)" "rom.crc" build_libretro_database "The 3DO Company - 3DO" "rom.crc" build_libretro_database "Philips - Videopac+" "rom.crc" build_libretro_database "RCA - Studio II" "rom.crc" @@ -308,11 +308,9 @@ build_libretro_databases() { build_libretro_database "SNK - Neo Geo Pocket" "rom.crc" build_libretro_database "SNK - Neo Geo Pocket Color" "rom.crc" build_libretro_database "Sony - PlayStation 2" "rom.serial" - build_libretro_database "Sony - PlayStation 3 (DLC)" "rom.crc" - build_libretro_database "Sony - PlayStation 3 (Downloadable)" "rom.crc" build_libretro_database "Sony - PlayStation 3 (PSN)" "rom.crc" build_libretro_database "Sony - PlayStation Portable" "rom.serial" - build_libretro_database "Sony - PlayStation Portable (DLC)" "rom.crc" + build_libretro_database "Sony - PlayStation Portable (PSN)" "rom.crc" build_libretro_database "Sony - PlayStation Portable (PSX2PSP)" "rom.crc" build_libretro_database "Sony - PlayStation Portable (UMD Music)" "rom.crc" build_libretro_database "Sony - PlayStation Portable (UMD Video)" "rom.crc" From 90dd9d2cde3e1851da2fab60fae96f4873f77099 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 2 Feb 2019 08:42:08 -0500 Subject: [PATCH 2/2] info: Add Nintendo - Wii (Digital) --- dist/info/dolphin_launcher_libretro.info | 8 ++++---- dist/info/dolphin_libretro.info | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/info/dolphin_launcher_libretro.info b/dist/info/dolphin_launcher_libretro.info index 4018f1d4..2f1ee735 100644 --- a/dist/info/dolphin_launcher_libretro.info +++ b/dist/info/dolphin_launcher_libretro.info @@ -1,13 +1,13 @@ -display_name = "GameCube / Wii (Dolphin Launcher)" +display_name = "Nintendo - GameCube / Wii (Dolphin Launcher)" authors = "Team Dolphin" supported_extensions = "elf|dol|gcm|iso|wbfs|ciso|gcz|wad" corename = "Dolphin Launcher" manufacturer = "Nintendo" categories = "Emulator" -systemname = "Nintendo GameCube / Wii" +systemname = "GameCube / Wii" systemid = "gamecube" -database = "Nintendo - Wii|Nintendo - GameCube" +database = "Nintendo - GameCube|Nintendo - Wii|Nintendo - Wii (Digital)" license = "MIT" permissions = "" -display_version = "1.0.0" +display_version = "1.2.0" supports_no_game = "true" diff --git a/dist/info/dolphin_libretro.info b/dist/info/dolphin_libretro.info index e2fa60ca..6c0c63a5 100644 --- a/dist/info/dolphin_libretro.info +++ b/dist/info/dolphin_libretro.info @@ -6,7 +6,7 @@ manufacturer = "Nintendo" categories = "Emulator" systemname = "GameCube / Wii" systemid = "gamecube" -database = "Nintendo - GameCube|Nintendo - Wii" +database = "Nintendo - GameCube|Nintendo - Wii|Nintendo - Wii (Digital)" license = "GPLv2+" permissions = "" display_version = "Git"