From 8ac2b9d2af5d05f3a39c38905f4705de15b448e0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 8 Feb 2020 23:22:01 +0100 Subject: (NEON GPU) Don't hide this for non-ARM --- frontend/libretro.c | 2 +- frontend/libretro_core_options.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend') diff --git a/frontend/libretro.c b/frontend/libretro.c index b41eca0..6f543a9 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1691,7 +1691,7 @@ static void update_variables(bool in_flight) } } -#ifdef __ARM_NEON__ +#ifdef GPU_NEON var.value = "NULL"; var.key = "pcsx_rearmed_neon_interlace_enable"; 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", -- cgit v1.2.3