From 09f8467ecd29d865d872fdf8e0a249461d6d3437 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 18 Feb 2017 15:25:17 -0500 Subject: [PATCH] Fix Nintendo DS (Download Play) to no longer be in BETA --- dist/info/desmume_libretro.info | 2 +- dist/info/melonds_libretro.info | 2 +- libretro-build-database.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/info/desmume_libretro.info b/dist/info/desmume_libretro.info index c940536b..6f4b48f7 100644 --- a/dist/info/desmume_libretro.info +++ b/dist/info/desmume_libretro.info @@ -5,7 +5,7 @@ corename = "DeSmuME" manufacturer = "Nintendo" categories = "Emulator" systemname = "Nintendo DS" -database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play) (BETA)" +database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)" license = "GPLv2" permissions = "" display_version = "SVN" diff --git a/dist/info/melonds_libretro.info b/dist/info/melonds_libretro.info index cb002132..2016db48 100644 --- a/dist/info/melonds_libretro.info +++ b/dist/info/melonds_libretro.info @@ -5,7 +5,7 @@ corename = "melonDS" manufacturer = "Nintendo" categories = "Emulator" systemname = "Nintendo DS" -database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play) (BETA)" +database = "Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)" license = "GPLv2" permissions = "" display_version = "Git" diff --git a/libretro-build-database.sh b/libretro-build-database.sh index 7eca7b45..3db64099 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -239,7 +239,7 @@ build_libretro_databases() { build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc" build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc" build_libretro_database "Nintendo - Nintendo DS Decrypted" "rom.crc" - build_libretro_database "Nintendo - Nintendo DS (Download Play) (BETA)" "rom.crc" + build_libretro_database "Nintendo - Nintendo DS (Download Play)" "rom.crc" build_libretro_database "Nintendo - Nintendo DSi Decrypted" "rom.crc" build_libretro_database "Nintendo - Nintendo DSi (DLC)" "rom.crc" build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc"