aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authornotaz2011-12-19 23:32:49 +0200
committernotaz2011-12-19 23:37:03 +0200
commit89c0de4234815e0fa9e8399b940ecec6c89a062b (patch)
treea1b72ef419e02b72d272df1bedc0b61ef3754f4f /frontend/plugin_lib.h
parent9a6e78167b192106ed58bfac00e82f4c6caa2586 (diff)
downloadpcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.tar.gz
pcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.tar.bz2
pcsx_rearmed-89c0de4234815e0fa9e8399b940ecec6c89a062b.zip
gpu_neon: make use of unai's lineskip mode
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 0ec55a2..2806056 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -59,6 +59,7 @@ struct rearmed_cbs {
struct {
int abe_hack;
int no_light, no_blend;
+ int lineskip;
} gpu_unai;
};