drc: use correct clear size
[pcsx_rearmed.git] / frontend / plugin_lib.c
index 688bb12..b4f26f6 100644 (file)
@@ -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
 }