Merge pull request #1886 from mittonk/dice_database
DICE gets a database.
This commit is contained in:
commit
899902b967
|
@ -4,7 +4,7 @@ categories = "Emulator"
|
||||||
authors = "DICE Team|Ken Mitton"
|
authors = "DICE Team|Ken Mitton"
|
||||||
corename = "DICE"
|
corename = "DICE"
|
||||||
# DMY are dummy launcher files for rom-less games.
|
# DMY are dummy launcher files for rom-less games.
|
||||||
supported_extensions = "zip|dmy"
|
supported_extensions = "zip|dmy|k1|a1|6c|c6|d2|s1|f4|a4|1da|da1|C4|4c|4d|d7|d4"
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
# permissions = ""
|
# permissions = ""
|
||||||
display_version = "v0.1.0"
|
display_version = "v0.1.0"
|
||||||
|
@ -32,7 +32,7 @@ load_subsystem = "false"
|
||||||
supports_no_game = "false"
|
supports_no_game = "false"
|
||||||
single_purpose = "false"
|
single_purpose = "false"
|
||||||
# Name of the database that the core supports (optional):
|
# Name of the database that the core supports (optional):
|
||||||
# database = "Arcade (DICE)"
|
database = "DICE"
|
||||||
needs_fullpath = "true"
|
needs_fullpath = "true"
|
||||||
disk_control = "false"
|
disk_control = "false"
|
||||||
# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)?
|
# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)?
|
||||||
|
|
|
@ -247,6 +247,7 @@ build_libretro_databases() {
|
||||||
build_libretro_database "Amstrad - GX4000" "rom.crc"
|
build_libretro_database "Amstrad - GX4000" "rom.crc"
|
||||||
build_libretro_database "Mattel - Intellivision" "rom.crc"
|
build_libretro_database "Mattel - Intellivision" "rom.crc"
|
||||||
build_libretro_database "ScummVM" "rom.crc"
|
build_libretro_database "ScummVM" "rom.crc"
|
||||||
|
build_libretro_database "DICE" "rom.crc"
|
||||||
build_libretro_database "DOS" "rom.crc"
|
build_libretro_database "DOS" "rom.crc"
|
||||||
build_libretro_database "Jump 'n Bump" "rom.crc"
|
build_libretro_database "Jump 'n Bump" "rom.crc"
|
||||||
build_libretro_database "LowRes NX" "rom.crc"
|
build_libretro_database "LowRes NX" "rom.crc"
|
||||||
|
|
Loading…
Reference in New Issue