New, separate GPU plugin based on Unai. (#233)
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 4a11002..f55eb44 100644 (file)
@@ -77,6 +77,15 @@ struct rearmed_cbs {
                int   no_light, no_blend;
                int   lineskip;
        } gpu_unai;
+       struct {
+               int ilace_force;
+               int pixel_skip;
+               int lighting;
+               int fast_lighting;
+               int blending;
+               int dithering;
+               int scale_hires;
+       } gpu_senquack;
        struct {
                int   dwActFixes;
                int   bDrawDither, iFilterType, iFrameTexType;