libretro: enable dither for peops plugin
authornotaz <notasas@gmail.com>
Sun, 21 Dec 2014 00:57:09 +0000 (02:57 +0200)
committernotaz <notasas@gmail.com>
Sun, 21 Dec 2014 00:57:09 +0000 (02:57 +0200)
frontend/libretro.c

index 74b5dbf..fa544fd 100644 (file)
@@ -1253,6 +1253,7 @@ void retro_init(void)
 #else
        cycle_multiplier = 200;
 #endif
 #else
        cycle_multiplier = 200;
 #endif
+       pl_rearmed_cbs.gpu_peops.iUseDither = 1;
 
        McdDisable[0] = 0;
        McdDisable[1] = 1;
 
        McdDisable[0] = 0;
        McdDisable[1] = 1;