X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=15c53a3ce1fb94b7ebc9a9374a442ee702dfcdf0;hb=afcb5133bfb264042e6db9f222d0e32a39e6d7ef;hp=97323f46259e56a974daa07804ed6e143ac022d8;hpb=7dee1e8e9e0c5606f237e487efbd0c5fe6154b3f;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 97323f46..15c53a3c 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1864,7 +1864,7 @@ static void update_variables(bool in_flight) pl_rearmed_cbs.gpu_peops.iUseDither = 0; pl_rearmed_cbs.gpu_peopsgl.bDrawDither = 0; pl_rearmed_cbs.gpu_unai.dithering = 0; -#ifdef __ARM_NEON__ +#ifdef GPU_NEON pl_rearmed_cbs.gpu_neon.allow_dithering = 0; #endif } @@ -1873,7 +1873,7 @@ static void update_variables(bool in_flight) pl_rearmed_cbs.gpu_peops.iUseDither = 1; pl_rearmed_cbs.gpu_peopsgl.bDrawDither = 1; pl_rearmed_cbs.gpu_unai.dithering = 1; -#ifdef __ARM_NEON__ +#ifdef GPU_NEON pl_rearmed_cbs.gpu_neon.allow_dithering = 1; #endif }