X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=70853540fdf1b299d9d2c3eeec94a77c136e2a0e;hp=44c56302e3d11c6238280963a96c2061e752f2c3;hb=746fee5107b5548577f57cf2aa53e2dbb6a1dffc;hpb=2ea6b4704682d1f731510d7c27f3b3c50f76a4d4 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;