summaryrefslogtreecommitdiff
path: root/Source/DSPTool/StubHost.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2020-05-10 05:34:47 +0100
committerTillmann Karras <tilkax@gmail.com>2020-05-17 10:47:20 +0100
commita12159f2b6ae5c4550789878c5a70173eaed5357 (patch)
tree1579f77a6fa56bcf032544190538b58f554ad3cc /Source/DSPTool/StubHost.cpp
parentd5c3411a8054e45557f406f080732270f5427add (diff)
DSPTool: fix build
Diffstat (limited to 'Source/DSPTool/StubHost.cpp')
-rw-r--r--Source/DSPTool/StubHost.cpp8
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;
+}