diff options
author | pjft | 2017-05-06 21:51:55 +0100 |
---|---|---|
committer | pjft | 2017-05-06 21:51:55 +0100 |
commit | 5c1cbedc034c59caba3955c663868c74e9631731 (patch) | |
tree | bcd4c60d4987b6172565d848c45a8554bba3be97 /frontend/plugin_lib.h | |
parent | 70fb8fe72ff0ff6356e78be861355075bf8fb4fe (diff) | |
download | pcsx_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.h | 1 |
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; |