diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2019-11-06 15:59:36 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2019-11-06 16:31:02 -0600 |
| commit | 85ceb37ccd24acc5ea026583ce3a0f6a4fb26eaa (patch) | |
| tree | 1a4d9a86fdcd36a3c1273502af576bcb30449db1 /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | 93d7b3d15962a3393cf2971e14c4acf54d90cecd (diff) | |
InputCommon: Make the "input gate" not racey.
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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(); |
