aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro_core_options.h
diff options
context:
space:
mode:
authorhizzlekizzle2019-08-03 08:33:29 -0500
committerGitHub2019-08-03 08:33:29 -0500
commit0c510f87cbd5c7089e66ab09ffb7570073c1f63c (patch)
tree99b4ed96c372825a41018465bfddf907a48084ad /frontend/libretro_core_options.h
parentfcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813 (diff)
parente6f1e7f70c3ee3816e417f97aef1501a1f950976 (diff)
downloadpcsx_rearmed-0c510f87cbd5c7089e66ab09ffb7570073c1f63c.tar.gz
pcsx_rearmed-0c510f87cbd5c7089e66ab09ffb7570073c1f63c.tar.bz2
pcsx_rearmed-0c510f87cbd5c7089e66ab09ffb7570073c1f63c.zip
Merge pull request #326 from retro-wertz/silence_warnings
silence warnings and a few core fixes
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",