mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
InputCommon: Make the "input gate" not racey.
This commit is contained in:
@ -32,7 +32,6 @@ enum class HostMessageID
|
||||
WMUserJobDispatch,
|
||||
};
|
||||
|
||||
bool Host_UINeedsControllerState();
|
||||
bool Host_UIBlocksControllerState();
|
||||
bool Host_RendererHasFocus();
|
||||
bool Host_RendererIsFullscreen();
|
||||
|
Reference in New Issue
Block a user