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 40aebb4..941bd81 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -633,7 +633,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"pcsx_rearmed_psxclock",
"PSX CPU Clock",
-#ifdef HAVE_PRE_ARMV7
+#if defined(HAVE_PRE_ARMV7) && !defined(_3DS)
"Overclock or underclock the PSX clock. Default is 50",
#else
"Overclock or underclock the PSX clock. Default is 57",
@@ -712,7 +712,7 @@ struct retro_core_option_definition option_defs_us[] = {
{ "100", NULL },
{ NULL, NULL },
},
-#ifdef HAVE_PRE_ARMV7
+#if defined(HAVE_PRE_ARMV7) && !defined(_3DS)
"50",
#else
"57",