X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=15c53a3ce1fb94b7ebc9a9374a442ee702dfcdf0;hb=3e629be971c683d914844b487e366e0acf55539a;hp=97323f46259e56a974daa07804ed6e143ac022d8;hpb=f3c6ae107213528938cb6d7c8856e17cd5843312;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 }