Merge pull request #445 from RobLoach/downloadplay
Fix Nintendo DS (Download Play) to no longer be in BETA
This commit is contained in:
commit
176cdcd243
|
@ -5,7 +5,7 @@ corename = "DeSmuME"
|
||||||
manufacturer = "Nintendo"
|
manufacturer = "Nintendo"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "Nintendo DS"
|
systemname = "Nintendo DS"
|
||||||
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play) (BETA)"
|
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
||||||
license = "GPLv2"
|
license = "GPLv2"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "SVN"
|
display_version = "SVN"
|
||||||
|
|
|
@ -5,7 +5,7 @@ corename = "melonDS"
|
||||||
manufacturer = "Nintendo"
|
manufacturer = "Nintendo"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "Nintendo DS"
|
systemname = "Nintendo DS"
|
||||||
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play) (BETA)"
|
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
||||||
license = "GPLv2"
|
license = "GPLv2"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "Git"
|
display_version = "Git"
|
||||||
|
|
|
@ -244,7 +244,7 @@ build_libretro_databases() {
|
||||||
build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo 3DS" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo 3DS (DLC)" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo DS" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo DS" "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" "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 (DLC)" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc"
|
build_libretro_database "Nintendo - Nintendo Entertainment System" "rom.crc"
|
||||||
|
|
Loading…
Reference in New Issue