Adding enable/disable dithering core option with support for Neon GPU
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / psx_gpu.h
index 1eaa99a..1fa6b98 100644 (file)
@@ -207,6 +207,7 @@ typedef struct
   u8 texture_4bpp_cache[32][256 * 256];
   u8 texture_8bpp_even_cache[16][256 * 256];
   u8 texture_8bpp_odd_cache[16][256 * 256];
+  int use_dithering;
 } psx_gpu_struct;
 
 typedef struct __attribute__((aligned(16)))