aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authornotaz2012-08-13 00:02:23 +0300
committernotaz2012-10-12 00:05:07 +0300
commit0b02eb7712f1272fa7f38b0af41968b53af3b5a8 (patch)
tree4669cafcabf88f0a5be798bbcca8626937767dc1 /frontend/plugin_lib.h
parentcb88320b4ddbfd8c1714f9a6cba31543a585a8cd (diff)
downloadpcsx_rearmed-0b02eb7712f1272fa7f38b0af41968b53af3b5a8.tar.gz
pcsx_rearmed-0b02eb7712f1272fa7f38b0af41968b53af3b5a8.tar.bz2
pcsx_rearmed-0b02eb7712f1272fa7f38b0af41968b53af3b5a8.zip
add support for software-enhanced rendering
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index bcf74ac..7687bf8 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -60,6 +60,8 @@ struct rearmed_cbs {
unsigned int only_16bpp; // platform is 16bpp-only
struct {
int allow_interlace; // 0 off, 1 on, 2 guess
+ int enhancement_enable;
+ int enhancement_no_main;
} gpu_neon;
struct {
int iUseDither;