mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #5778 from ligfx/fixinputbitmaps
DolphinWX: fix input bitmaps not working when background input is off
This commit is contained in:
@ -94,7 +94,7 @@ void Host_UpdateMainFrame()
|
||||
void Host_RequestRenderWindowSize(int w, int h)
|
||||
{
|
||||
}
|
||||
bool Host_UIHasFocus()
|
||||
bool Host_UINeedsControllerState()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user