mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Qt/Settings: Implement ControllerStateNeeded
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include "Common/Common.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/Host.h"
|
||||
#include "DolphinQt2/Settings.h"
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
|
||||
Host::Host() = default;
|
||||
@ -108,7 +109,7 @@ void Host_RequestRenderWindowSize(int w, int h)
|
||||
}
|
||||
bool Host_UINeedsControllerState()
|
||||
{
|
||||
return false;
|
||||
return Settings::Instance().IsControllerStateNeeded();
|
||||
}
|
||||
void Host_NotifyMapLoaded()
|
||||
{
|
||||
|
Reference in New Issue
Block a user