summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-07-14 13:08:13 +0800
committerGitHub <noreply@github.com>2017-07-14 13:08:13 +0800
commit460b81ac061cb334d3d74611c8356d5a82b0ec5f (patch)
tree118194449dd001aef01d9a6f93b059775d22770f /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parentd7efac6ed5d1e64f7f00aff61a09767aad4715a1 (diff)
parent0019c34c7324c79c5504c2669e4f01fb0f953faf (diff)
Merge pull request #5778 from ligfx/fixinputbitmaps
DolphinWX: fix input bitmaps not working when background input is off
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 56671c72a1..b62cf0e22c 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -116,7 +116,7 @@ void Host_RequestRenderWindowSize(int width, int height)
{
}
-bool Host_UIHasFocus()
+bool Host_UINeedsControllerState()
{
return false;
}