gpu-gles: schtruck/fpse merge: remove vram detection
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 4d59dc0..44c5630 100644 (file)
@@ -19,8 +19,8 @@ enum {
 };
 extern int in_type1, in_type2;
 extern int in_keystate, in_state_gun, in_a1[2], in_a2[2];
+extern int in_adev[2], in_adev_axis[2][2];
 extern int in_enable_vibration;
-void in_update_analogs(void);
 
 extern void *pl_vout_buf;
 extern int pl_flip_cnt;
@@ -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;