gpu-gles: schtruck/fpse merge: remove vram detection
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 0ec55a2..44c5630 100644 (file)
@@ -59,7 +59,11 @@ struct rearmed_cbs {
        struct {
                int   abe_hack;
                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;