X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fplugin_lib.h;h=2a6c08520b0e1abebdf1a1faa4468ad3da26a8df;hb=a185be7095b1575c32911d18341f3f99ed686ae5;hp=6cb1ecdbf2d19e83ae78c2fd9cf6310f9cce2e0e;hpb=76f7048eff4f5357df048268e40b5bc6b9387fe5;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 6cb1ecdb..2a6c0852 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -48,6 +48,10 @@ struct rearmed_cbs { float fFrameRateHz; int dwFrameRateTicks; } gpu_peops; + struct { + int abe_hack; + int no_light, no_blend; + } gpu_unai; }; extern struct rearmed_cbs pl_rearmed_cbs;