X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=b4f26f64249159ecbea466866104187a64f60216;hb=1bd9ee68b03333894512373d14707d04951665af;hp=688bb12b59af1020828115bef78055577d158ca6;hpb=5088bb7009b7517276478226dd9df66229f871bc;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 688bb12b..b4f26f64 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 }