From 85ceb37ccd24acc5ea026583ce3a0f6a4fb26eaa Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 6 Nov 2019 15:59:36 -0600 Subject: InputCommon: Make the "input gate" not racey. --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 711583f736..178501194a 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -82,11 +82,6 @@ void Host_RequestRenderWindowSize(int width, int height) { } -bool Host_UINeedsControllerState() -{ - return false; -} - bool Host_RendererHasFocus() { return s_platform->IsWindowFocused(); -- cgit v1.2.3