Add Lutro database support
This commit is contained in:
parent
4afe7fabec
commit
80430aa6c4
|
@ -3,6 +3,8 @@ authors = "Higor Euripedes/Jean-Andre Santoni"
|
|||
supported_extensions = "lutro|lua"
|
||||
corename = "Lutro"
|
||||
categories = "Game engine"
|
||||
systemname = "Lutro"
|
||||
database = "Lutro"
|
||||
license = "MIT"
|
||||
permissions = ""
|
||||
display_version = "v1"
|
||||
|
|
|
@ -179,6 +179,7 @@ build_libretro_database() {
|
|||
|
||||
build_libretro_databases() {
|
||||
build_libretro_database "ScummVM" "rom.crc"
|
||||
build_libretro_database "Lutro" "rom.crc"
|
||||
build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc"
|
||||
build_libretro_database "Sony - PlayStation" "rom.serial"
|
||||
build_libretro_database "Atari - Jaguar" "rom.crc"
|
||||
|
|
Loading…
Reference in New Issue