aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
authornotaz2011-12-10 01:57:29 +0200
committernotaz2011-12-11 01:38:49 +0200
commit1b0c513996d57548fc5df8726e21a68e5ace4f99 (patch)
treef3ac4dd1c09b467fd9e85d5e9a6f60c4ce01f101 /frontend/plugin_lib.h
parentb944a30eda75c36c94ef71e7768497801887612b (diff)
downloadpcsx_rearmed-1b0c513996d57548fc5df8726e21a68e5ace4f99.tar.gz
pcsx_rearmed-1b0c513996d57548fc5df8726e21a68e5ace4f99.tar.bz2
pcsx_rearmed-1b0c513996d57548fc5df8726e21a68e5ace4f99.zip
frontend: make analogs configurable
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 4d59dc0..0ec55a2 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;