From aa1ce4ada4960ab8b7675a44c0a6a96276f4a55c Mon Sep 17 00:00:00 2001 From: Ken Mitton Date: Tue, 11 Mar 2025 23:21:21 -0400 Subject: [PATCH 1/2] DICE gets a database. --- dist/info/dice_libretro.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/info/dice_libretro.info b/dist/info/dice_libretro.info index dc24bd75..c5b23f49 100644 --- a/dist/info/dice_libretro.info +++ b/dist/info/dice_libretro.info @@ -4,7 +4,7 @@ categories = "Emulator" authors = "DICE Team|Ken Mitton" corename = "DICE" # 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" # permissions = "" display_version = "v0.1.0" @@ -32,7 +32,7 @@ load_subsystem = "false" supports_no_game = "false" single_purpose = "false" # Name of the database that the core supports (optional): -# database = "Arcade (DICE)" +database = "DICE" needs_fullpath = "true" 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)? From dd865ac16c0bea395da985940c86b7c24d6a0355 Mon Sep 17 00:00:00 2001 From: Ken Mitton Date: Fri, 14 Mar 2025 23:27:48 -0400 Subject: [PATCH 2/2] Add DICE to libretro-build-database.sh. --- libretro-build-database.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-build-database.sh b/libretro-build-database.sh index d15fcca9..ae0ee50b 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -247,6 +247,7 @@ build_libretro_databases() { build_libretro_database "Amstrad - GX4000" "rom.crc" build_libretro_database "Mattel - Intellivision" "rom.crc" build_libretro_database "ScummVM" "rom.crc" + build_libretro_database "DICE" "rom.crc" build_libretro_database "DOS" "rom.crc" build_libretro_database "Jump 'n Bump" "rom.crc" build_libretro_database "LowRes NX" "rom.crc"