summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorMichael Maltese <mchtly@gmail.com>2017-07-12 00:11:29 -0700
committerMichael Maltese <mchtly@gmail.com>2017-07-12 00:12:07 -0700
commit0019c34c7324c79c5504c2669e4f01fb0f953faf (patch)
treef122ca5d846c22aefb1ebc10d0c2cdb3de8433e1 /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parentab5a5ee3eac3edfeaf4dd019fbc1b0ddf4114529 (diff)
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;
}