DolphinWX: fix input bitmaps not working when background input is off

This commit is contained in:
Michael Maltese 2017-07-12 00:11:29 -07:00
commit 0019c34c73
14 changed files with 53 additions and 8 deletions

View file

@ -116,7 +116,7 @@ void Host_RequestRenderWindowSize(int width, int height)
{
}
bool Host_UIHasFocus()
bool Host_UINeedsControllerState()
{
return false;
}