aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/libretro_core_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h
index 6f26c71..ea5577b 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -541,7 +541,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "enabled", NULL },
{ NULL, NULL },
},
-#ifdef HAVE_LIBNX
+#if defined HAVE_LIBNX || defined _3DS
"disabled",
#else
"enabled",