X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=f55eb449b1e5a06c08174cde757b2d30e8455358;hb=3d680478922d5f28e3dbe471308cc27a70e31fdf;hp=4a110020aa84c3f3e3cac081da5e51ed2e9f55c0;hpb=418caf437ed1af2880b013462b603e1ca1f28fb5;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;