X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=f55eb449b1e5a06c08174cde757b2d30e8455358;hb=0bfe8d59b9150b2662c3ca68f950b272344cb9a4;hp=4a110020aa84c3f3e3cac081da5e51ed2e9f55c0;hpb=fcaa8d2263c8da53bbe86c482921e1a715bf59b3;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 4a110020..f55eb449 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -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;