X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.h;h=2806056f8779665629d2e630c367e01214ec811a;hp=4d59dc05d08b2f02f846910096432aea1d64279e;hb=89c0de4234815e0fa9e8399b940ecec6c89a062b;hpb=b944a30eda75c36c94ef71e7768497801887612b diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 4d59dc05..2806056f 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -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; };