aboutsummaryrefslogtreecommitdiff
path: root/frontend/libretro.c
diff options
context:
space:
mode:
authortwinaphex2020-02-08 23:22:01 +0100
committertwinaphex2020-02-08 23:22:01 +0100
commit8ac2b9d2af5d05f3a39c38905f4705de15b448e0 (patch)
treef8e9a2eaeab59d4a3f18cf71c2b0a2f01249664d /frontend/libretro.c
parent1fce6ce87dcd15107e3aa26b767395dbb6eafe6c (diff)
downloadpcsx_rearmed-8ac2b9d2af5d05f3a39c38905f4705de15b448e0.tar.gz
pcsx_rearmed-8ac2b9d2af5d05f3a39c38905f4705de15b448e0.tar.bz2
pcsx_rearmed-8ac2b9d2af5d05f3a39c38905f4705de15b448e0.zip
(NEON GPU) Don't hide this for non-ARM
Diffstat (limited to 'frontend/libretro.c')
-rw-r--r--frontend/libretro.c2
1 files changed, 1 insertions, 1 deletions
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";