X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=44c56302e3d11c6238280963a96c2061e752f2c3;hp=2806056f8779665629d2e630c367e01214ec811a;hb=5440b88ee29ee5b8929fcf338dfc8f476468514d;hpb=69b09c0d33efd71ebe4886cfae41c162803683d5 diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 2806056f..44c56302 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -61,6 +61,9 @@ struct rearmed_cbs { int no_light, no_blend; int lineskip; } gpu_unai; + struct { + int allow_interlace; // 0 off, 1 on, 2 guess + } gpu_neon; }; extern struct rearmed_cbs pl_rearmed_cbs;