diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-03-23 21:11:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-23 21:11:33 +0100 |
| commit | c89139d75d9a9195eb04ea417bf88ae281693d1b (patch) | |
| tree | fbe208ff62aa95dcc5ae7c29b1d6390d566fc23b /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | 672b582bec0ceecf8228358ef2579f3960c67b23 (diff) | |
| parent | 7cfb626a834cdc065e56e529bbed81df755a7c09 (diff) | |
Merge pull request #7903 from spycrab/imgui_np_chat
Add imgui-based Netplay Chat
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) { |
