mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
drop Host_GetKeyState
This function isn't used any more and it shouldn't be used at all as it generates a sync request to the x11 server. So it has to wait for a complete round trip time.
This commit is contained in:
parent
30586f4d29
commit
f254fdfd96
4 changed files with 0 additions and 30 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
bool Host_RendererHasFocus();
|
||||
void Host_ConnectWiimote(int wm_idx, bool connect);
|
||||
bool Host_GetKeyState(int keycode);
|
||||
void Host_GetRenderWindowSize(int& x, int& y, int& width, int& height);
|
||||
void Host_Message(int Id);
|
||||
void Host_NotifyMapLoaded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue