aboutsummaryrefslogtreecommitdiff
path: root/overrides/smsplus.h
diff options
context:
space:
mode:
authorneonloop2022-02-10 15:46:51 +0000
committerneonloop2022-02-10 15:46:51 +0000
commite506386fc683b18c2e25a27e8c3f7a220a92e5e1 (patch)
treef7da313b7a7cd43de4baf329c76490546cf8641c /overrides/smsplus.h
parentaf5f38f00f49ab0c60425270502a09a9fee5fd23 (diff)
downloadpicoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.gz
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.tar.bz2
picoarch-e506386fc683b18c2e25a27e8c3f7a220a92e5e1.zip
Updates cores and moves to snes9x2005 fork
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.",