Merge pull request #400 from RobLoach/patch-11

Add DOS database support
This commit is contained in:
Twinaphex 2016-12-28 17:37:34 +01:00 committed by GitHub
commit 0f553ba413
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ corename = "DOSBox"
manufacturer = "Microsoft"
categories = "Emulator"
systemname = "DOS"
database = "DOS"
license = "GPLv2"
permissions = ""
display_version = "SVN"

View File

@ -189,6 +189,7 @@ build_libretro_database() {
build_libretro_databases() {
build_libretro_database "ScummVM" "rom.crc"
build_libretro_database "DOS" "rom.crc"
build_libretro_database "Lutro" "rom.name"
build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc"
build_libretro_database "Sony - PlayStation" "rom.serial"