aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authorcbransden2016-05-09 10:39:45 +0100
committercbransden2016-05-13 18:29:27 +0100
commitace14ab3172ad90809a3cc5e8fe67d5cac9e294b (patch)
tree881e4a806d2745bb90b8caeba3918e4e155c1b06 /frontend/plugin_lib.c
parent61c4962abc49e430aabea5e565d93436a57cfa0a (diff)
downloadpcsx_rearmed-ace14ab3172ad90809a3cc5e8fe67d5cac9e294b.tar.gz
pcsx_rearmed-ace14ab3172ad90809a3cc5e8fe67d5cac9e294b.tar.bz2
pcsx_rearmed-ace14ab3172ad90809a3cc5e8fe67d5cac9e294b.zip
Added multitap core option & style nits
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index 89803ce..ff3518e 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -39,7 +39,6 @@
int in_type[8];
int in_analog_left[8][2] = {{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 }};
int in_analog_right[8][2] = {{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 }};
-//int in_a1[2] = { 127, 127 }, in_a2[2] = { 127, 127 };
int in_adev[2] = { -1, -1 }, in_adev_axis[2][2] = {{ 0, 1 }, { 0, 1 }};
int in_adev_is_nublike[2];
int in_keystate, in_state_gun;
@@ -614,7 +613,6 @@ static void update_input(void)
emu_set_action(emu_act);
in_keystate[0] = actions[IN_BINDTYPE_PLAYER12];
-
}
#else /* MAEMO */
extern void update_input(void);