X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fplugin_lib.h;h=70853540fdf1b299d9d2c3eeec94a77c136e2a0e;hb=746fee5107b5548577f57cf2aa53e2dbb6a1dffc;hp=44c56302e3d11c6238280963a96c2061e752f2c3;hpb=5440b88ee29ee5b8929fcf338dfc8f476468514d;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 44c56302..70853540 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -50,6 +50,9 @@ struct rearmed_cbs { int fskip_advice; unsigned int *gpu_frame_count; unsigned int *gpu_hcnt; + struct { + int allow_interlace; // 0 off, 1 on, 2 guess + } gpu_neon; struct { int iUseDither; int dwActFixes; @@ -62,8 +65,11 @@ struct rearmed_cbs { int lineskip; } gpu_unai; struct { - int allow_interlace; // 0 off, 1 on, 2 guess - } gpu_neon; + int dwActFixes; + int bDrawDither, iFilterType, iFrameTexType; + int iUseMask, bOpaquePass, bAdvancedBlend, bUseFastMdec; + int iVRamSize, iTexGarbageCollection; + } gpu_peopsgl; }; extern struct rearmed_cbs pl_rearmed_cbs;