From 61350b3d989d07c77f9b9e58d47c4263294158ee Mon Sep 17 00:00:00 2001 From: spycrab Date: Mon, 18 Mar 2019 17:30:33 +0100 Subject: Core/Host: Allow frontends to block inputs --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index c5ec03430f..e4096d8501 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -52,6 +52,11 @@ void Host_RefreshDSPDebuggerWindow() { } +bool Host_UIBlocksControllerState() +{ + return false; +} + static Common::Event s_update_main_frame_event; void Host_Message(HostMessageID id) { -- cgit v1.2.3