aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authornotaz2011-01-18 18:04:58 +0200
committernotaz2011-01-24 00:38:35 +0200
commit1bd9ee68b03333894512373d14707d04951665af (patch)
tree9d861222387184b87fe90b62eaa56efce99d5347 /frontend/plugin_lib.c
parent5088bb7009b7517276478226dd9df66229f871bc (diff)
downloadpcsx_rearmed-1bd9ee68b03333894512373d14707d04951665af.tar.gz
pcsx_rearmed-1bd9ee68b03333894512373d14707d04951665af.tar.bz2
pcsx_rearmed-1bd9ee68b03333894512373d14707d04951665af.zip
some frontend adjustments
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index 688bb12..b4f26f6 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -124,8 +124,8 @@ static void update_input(void)
keystate = actions[IN_BINDTYPE_PLAYER12];
#ifdef X11
- extern void x11_update_keys(void);
- x11_update_keys();
+ extern int x11_update_keys(void);
+ keystate |= x11_update_keys();
#endif
}