X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Fplugin_lib.c;h=b4f26f64249159ecbea466866104187a64f60216;hb=76739a0818a86aa9f74715d2d07173cfc9854ac0;hp=688bb12b59af1020828115bef78055577d158ca6;hpb=bce6b05695beb988b607eb1dd82c27c1ed841faa;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 }