aboutsummaryrefslogtreecommitdiff
path: root/maemo/hildon.c
diff options
context:
space:
mode:
authoralexis-puska2016-05-09 10:33:05 +0100
committercbransden2016-05-13 17:55:51 +0100
commit61c4962abc49e430aabea5e565d93436a57cfa0a (patch)
tree4f1a651cfc4b07502f9ddabc44857cd9a59ab45c /maemo/hildon.c
parent93fed87bed7cc0bdc0f74e3f852282d938f7db4f (diff)
downloadpcsx_rearmed-61c4962abc49e430aabea5e565d93436a57cfa0a.tar.gz
pcsx_rearmed-61c4962abc49e430aabea5e565d93436a57cfa0a.tar.bz2
pcsx_rearmed-61c4962abc49e430aabea5e565d93436a57cfa0a.zip
Initial multitap support
Diffstat (limited to 'maemo/hildon.c')
-rw-r--r--maemo/hildon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/maemo/hildon.c b/maemo/hildon.c
index 7e9cd9f..9b6f787 100644
--- a/maemo/hildon.c
+++ b/maemo/hildon.c
@@ -533,7 +533,7 @@ inline void key_press_event(int key2,int type)
in_a1[1] = 255;
break;
}
- }
+ }
}
else if (type == 2) {
if (psxkey1 >= 0)
@@ -554,7 +554,7 @@ inline void key_press_event(int key2,int type)
}
}
emu_set_action(SACTION_NONE);
- }
+ }
}
}