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

@ -23,7 +23,7 @@
// The host can be just a command line app that opens a window, or a full blown debugger
// interface.
bool Host_UIHasFocus();
bool Host_UINeedsControllerState();
bool Host_RendererHasFocus();
bool Host_RendererIsFullscreen();
void Host_ConnectWiimote(int wm_idx, bool connect);