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 aa9d3d4..badd856 100644
--- a/frontend/libretro_core_options.h
+++ b/frontend/libretro_core_options.h
@@ -650,7 +650,7 @@ struct retro_core_option_definition option_defs_us[] = {
},
#endif /* DRC_DISABLE */
-#ifdef __ARM_NEON__
+#ifdef GPU_NEON
{
"pcsx_rearmed_neon_interlace_enable",
"Enable Interlacing Mode",
@@ -684,7 +684,7 @@ struct retro_core_option_definition option_defs_us[] = {
},
"disabled",
},
-#endif /* __ARM_NEON__ */
+#endif /* GPU_NEON */
{
"pcsx_rearmed_duping_enable",