mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 04:02:24 -04:00
Merge pull request #8456 from jordan-woyak/input-gate-race-fix
InputCommon: Make the "input gate" not racy.
This commit is contained in:
@@ -124,11 +124,6 @@ void Host_RequestRenderWindowSize(int width, int height)
|
||||
jnicall.join();
|
||||
}
|
||||
|
||||
bool Host_UINeedsControllerState()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Host_RendererHasFocus()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user