lr-dice earns a version bump with DIP switch support and core_options_v2.

This commit is contained in:
Ken Mitton 2025-04-01 15:05:36 -04:00
parent 7e6570084f
commit 9eeb9bd1aa
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ corename = "DICE"
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"
display_version = "v0.2.0"
# Hardware Information
manufacturer = "Various"
@ -26,7 +26,7 @@ memory_descriptors = "false"
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
# libretro_saves = "true"
core_options = "true"
core_options_version = "1.0"
core_options_version = "2.0"
load_subsystem = "false"
# Whether or not the core requires an external file to work:
supports_no_game = "false"