Add Lutro database support

This commit is contained in:
Rob Loach 2016-06-12 04:55:05 -04:00
parent 4afe7fabec
commit 80430aa6c4
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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"