X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=d51c5e7db82857e7d487d5204af6f008d7dec5e0;hb=030d1121f27550429364745419fc5e6161a2a431;hp=92e62e9d65676776eb04cbe64afde6ec488bc5c7;hpb=fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 92e62e9d..d51c5e7d 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -80,6 +80,13 @@ struct rearmed_cbs { int dwFrameRateTicks; } gpu_peops; struct { + int ilace_force; + int pixel_skip; + int lighting; + int fast_lighting; + int blending; + int dithering; + // old gpu_unai config for compatibility int abe_hack; int no_light, no_blend; int lineskip;