Merge pull request #5778 from ligfx/fixinputbitmaps

DolphinWX: fix input bitmaps not working when background input is off
This commit is contained in:
Leo Lam
2017-07-14 13:08:13 +08:00
committed by GitHub
14 changed files with 53 additions and 8 deletions

View File

@ -94,7 +94,7 @@ void Host_UpdateMainFrame()
void Host_RequestRenderWindowSize(int w, int h)
{
}
bool Host_UIHasFocus()
bool Host_UINeedsControllerState()
{
return false;
}