From: notaz Date: Sun, 21 Dec 2014 00:57:09 +0000 (+0200) Subject: libretro: enable dither for peops plugin X-Git-Tag: r20~16 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=46b3a2fc18d9384cee636360ebabbdd1822d1eca;ds=sidebyside libretro: enable dither for peops plugin --- diff --git a/frontend/libretro.c b/frontend/libretro.c index 74b5dbff..fa544fd5 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1253,6 +1253,7 @@ void retro_init(void) #else cycle_multiplier = 200; #endif + pl_rearmed_cbs.gpu_peops.iUseDither = 1; McdDisable[0] = 0; McdDisable[1] = 1;