aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/libretro_core_options.h')
-rw-r--r--frontend/libretro_core_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 6513e1c..f0bd902 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -77,11 +77,11 @@ struct retro_core_option_definition option_defs_us[] = {
"Enable Second Memory Card (Shared)",
"Enabled the memory card slot 2. This memory card is shared amongst all games.",
{
- { "disable", NULL },
+ { "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL},
},
- "disable",
+ "disabled",
},
{
"pcsx_rearmed_pad1type",