Merge pull request #1891 from mittonk/dice_not_experimental

lr-dice graduates out of experimental.
This commit is contained in:
Ömercan Kömür 2025-04-11 21:32:52 +03:00 committed by GitHub
commit 99deab3901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 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.3.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"
@ -36,7 +36,7 @@ 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)?
is_experimental = "true"
is_experimental = "false"
# Descriptive text, useful for tooltips, etc.
description = "DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems that lack any type of CPU, consisting only of discrete logic components."