Add Tomb Raider database
This commit is contained in:
parent
a4fa03a64f
commit
1223d1c401
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue