Update libretro-build-database.sh

This commit is contained in:
twinaphex 2015-05-29 12:14:19 +02:00
parent 84613f5f70
commit 0f78ff3202
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ corename = "PrBoom"
manufacturer = "Id Software"
categories = "Game"
systemname = "DOOM game engine"
database = "DOOM"
license = "GPLv2"
permissions = ""
display_version = "v2.5.0"

View File

@ -237,6 +237,7 @@ build_libretro_databases() {
build_libretro_database "VTech - V.Smile" "rom.crc"
build_libretro_database "Watara - Supervision" "rom.crc"
build_libretro_database "MAME" "rom.name"
build_libretro_database "DOOM" "rom.crc"
}
build_libretrodb