X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=93640c358cbd5303b0d9032be976acca98509665;hp=a458f0e7213cd981de1a7ba487f06aecbf06b038;hb=447783f8d0108feedf3a5801c1f61853d046a733;hpb=297b3d633ad25797a4f355c57964b7ce3aee6936 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index a458f0e7..93640c35 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -121,6 +121,11 @@ static void update_input(void) if (actions[IN_BINDTYPE_EMU] & PEV_MENU) stop = 1; keystate = actions[IN_BINDTYPE_PLAYER12]; + +#ifdef X11 + extern void x11_update_keys(void); + x11_update_keys(); +#endif } /* called on every vsync */