diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-03-18 17:30:33 +0100 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2019-03-21 13:16:21 +0100 |
| commit | 61350b3d989d07c77f9b9e58d47c4263294158ee (patch) | |
| tree | f48705631152d35881741785dd6cc4ae86df2938 /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | 0a3279ae6b8589ef9800ff361bc46e509fee99cf (diff) | |
Core/Host: Allow frontends to block inputs
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |
