This commit is contained in:
twinaphex 2017-06-18 15:29:33 +02:00
commit 936ecf6896
5 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ corename = "Citra"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Nintendo 3DS"
database = "Nintendo - 3DS"
database = "Nintendo - Nintendo 3DS"
license = "GPLv2+"
permissions = ""
display_version = "Git"

View File

@ -1,6 +1,6 @@
display_name = "Arcade (MAME 2014)"
authors = "MAMEdev"
supported_extensions = "zip|chd|7z"
supported_extensions = "zip|chd|7z|cmd"
corename = "MAME 2014 (0.159)"
manufacturer = "Various"
categories = "Emulator"

View File

@ -1,6 +1,6 @@
display_name = "Arcade (MAME 2016)"
authors = "MAMEdev"
supported_extensions = "zip|chd|7z"
supported_extensions = "zip|chd|7z|cmd"
corename = "MAME 2016 (0.174)"
manufacturer = "Various"
categories = "Emulator"

View File

@ -4,6 +4,7 @@ supported_extensions = "psx"
corename = "OpenLara"
categories = "Game"
systemname = "Classic Tomb Raider engine"
database = "Tomb Raider"
license = "2-clause BSD"
permissions = ""
display_version = "v1"

View File

@ -285,6 +285,7 @@ build_libretro_databases() {
build_libretro_database "Sony - PlayStation Portable (UMD Video)" "rom.crc"
build_libretro_database "Sony - PlayStation Vita" "rom.serial"
build_libretro_database "Tiger - Game.com" "rom.crc"
build_libretro_database "Tomb Raider" "rom.crc"
build_libretro_database "Uzebox" "rom.crc"
build_libretro_database "VTech - CreatiVision" "rom.crc"
build_libretro_database "VTech - V.Smile" "rom.crc"