Merge pull request #400 from RobLoach/patch-11
Add DOS database support
This commit is contained in:
commit
0f553ba413
|
@ -5,6 +5,7 @@ corename = "DOSBox"
|
|||
manufacturer = "Microsoft"
|
||||
categories = "Emulator"
|
||||
systemname = "DOS"
|
||||
database = "DOS"
|
||||
license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "SVN"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue