InputCommon: Make the "input gate" not racey.

This commit is contained in:
Jordan Woyak 2019-11-06 15:59:36 -06:00
commit 85ceb37ccd
17 changed files with 32 additions and 63 deletions

View file

@ -34,10 +34,6 @@ void Host_UpdateMainFrame()
void Host_RequestRenderWindowSize(int, int)
{
}
bool Host_UINeedsControllerState()
{
return false;
}
bool Host_RendererHasFocus()
{
return false;