gpu_neon: make use of unai's lineskip mode
[pcsx_rearmed.git] / frontend / plugin_lib.h
index 4d59dc0..2806056 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,6 +59,7 @@ struct rearmed_cbs {
        struct {
                int   abe_hack;
                int   no_light, no_blend;
+               int   lineskip;
        } gpu_unai;
 };