X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=2a6c08520b0e1abebdf1a1faa4468ad3da26a8df;hp=6cb1ecdbf2d19e83ae78c2fd9cf6310f9cce2e0e;hb=17a54a4a45daf9eed7665c520301691d4f2b08f3;hpb=76f7048eff4f5357df048268e40b5bc6b9387fe5 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;