diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2020-05-10 05:34:47 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2020-05-17 10:47:20 +0100 |
| commit | a12159f2b6ae5c4550789878c5a70173eaed5357 (patch) | |
| tree | 1579f77a6fa56bcf032544190538b58f554ad3cc /Source/DSPTool/StubHost.cpp | |
| parent | d5c3411a8054e45557f406f080732270f5427add (diff) | |
DSPTool: fix build
Diffstat (limited to 'Source/DSPTool/StubHost.cpp')
| -rw-r--r-- | Source/DSPTool/StubHost.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/DSPTool/StubHost.cpp b/Source/DSPTool/StubHost.cpp index 488a49d2cd..b9393f1656 100644 --- a/Source/DSPTool/StubHost.cpp +++ b/Source/DSPTool/StubHost.cpp @@ -18,10 +18,6 @@ void Host_RefreshDSPDebuggerWindow() void Host_Message(HostMessageID) { } -void* Host_GetRenderHandle() -{ - return nullptr; -} void Host_UpdateTitle(const std::string&) { } @@ -48,3 +44,7 @@ void Host_YieldToUI() void Host_TitleChanged() { } +bool Host_UIBlocksControllerState() +{ + return false; +} |
