some quick input code for PC build
[pcsx_rearmed.git] / frontend / plugin_lib.c
index a458f0e..93640c3 100644 (file)
@@ -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 */