X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=413098d13d4af46fc39120cdf14c0a84e2614624;hb=5948832fca5e81cc263bb57d784b6a81c19d1d71;hp=644db92d879c4cea3ab23db4633adbaee4b0b909;hpb=19a784e63f95b0eb32d252fabb144531f695a983;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 644db92d..413098d1 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -243,9 +243,7 @@ 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 }, }; @@ -770,7 +768,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) else if (strcmp(var.value, "enabled") == 0) pl_rearmed_cbs.gpu_neon.enhancement_enable = 1; } -#endif #endif if (in_flight) {