aboutsummaryrefslogtreecommitdiff
path: root/overrides/smsplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/smsplus.h')
-rw-r--r--overrides/smsplus.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/overrides/smsplus.h b/overrides/smsplus.h
index e540f18..1895792 100644
--- a/overrides/smsplus.h
+++ b/overrides/smsplus.h
@@ -2,7 +2,13 @@
static const struct core_override_option smsplus_core_option_overrides[] = {
{
+ .key = "smsplus_sms_bios",
+ .desc = "SMS BIOS (Restart)",
+ .info = "Use official BIOS/bootloader, if present in the system directory.",
+ },
+ {
.key = "smsplus_hardware",
+ .desc = "Hardware (Restart)",
.options = {
{ "auto", NULL },
{ "master system", "sms" },
@@ -14,6 +20,10 @@ static const struct core_override_option smsplus_core_option_overrides[] = {
},
},
{
+ .key = "smsplus_region",
+ .desc = "Region (Restart)",
+ },
+ {
.key = "smsplus_fm_sound",
.desc = "Use FM (Restart)",
.info = "Use FM Sound for some Master System games to enable enhanced music. Some games need Region set to ntsc-j (e.g. Wonder Boy III). Needs restart.",