Merge pull request #8456 from jordan-woyak/input-gate-race-fix

InputCommon: Make the "input gate" not racy.
This commit is contained in:
Connor McLaughlin 2019-11-11 10:59:49 +10:00 committed by GitHub
commit 913cb08066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 32 additions and 63 deletions

View file

@ -124,11 +124,6 @@ void Host_RequestRenderWindowSize(int width, int height)
jnicall.join();
}
bool Host_UINeedsControllerState()
{
return true;
}
bool Host_RendererHasFocus()
{
return true;