aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authorpjft2017-05-06 21:51:55 +0100
committerpjft2017-05-06 21:51:55 +0100
commit5c1cbedc034c59caba3955c663868c74e9631731 (patch)
treebcd4c60d4987b6172565d848c45a8554bba3be97 /frontend/plugin_lib.h
parent70fb8fe72ff0ff6356e78be861355075bf8fb4fe (diff)
downloadpcsx_rearmed-5c1cbedc034c59caba3955c663868c74e9631731.tar.gz
pcsx_rearmed-5c1cbedc034c59caba3955c663868c74e9631731.tar.bz2
pcsx_rearmed-5c1cbedc034c59caba3955c663868c74e9631731.zip
Adding enable/disable dithering core option with support for Neon GPU
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 83b2774..92e62e9 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -71,6 +71,7 @@ struct rearmed_cbs {
int allow_interlace; // 0 off, 1 on, 2 guess
int enhancement_enable;
int enhancement_no_main;
+ int allow_dithering;
} gpu_neon;
struct {
int iUseDither;