diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/libretro.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c index 1e9929d..ed76798 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -243,10 +243,8 @@ void retro_set_environment(retro_environment_t cb) { "region", "Region; Auto|NTSC|PAL" }, #ifdef __ARM_NEON__ { "neon_interlace_enable", "Enable interlacing mode(s); disabled|enabled" }, -#if 0 { "neon_enhancement_enable", "Enhanced resolution (slow); disabled|enabled" }, #endif -#endif { NULL, NULL }, }; @@ -769,7 +767,6 @@ static void update_variables(bool in_flight) pl_rearmed_cbs.gpu_neon.allow_interlace = 1; } -#if 0 var.value = NULL; var.key = "neon_enhancement_enable"; @@ -781,7 +778,6 @@ static void update_variables(bool in_flight) pl_rearmed_cbs.gpu_neon.enhancement_enable = 1; } #endif -#endif if (in_flight) { // inform core things about possible config changes |