DSPTool: fix build

This commit is contained in:
Tillmann Karras 2020-05-10 05:34:47 +01:00
parent d5c3411a80
commit a12159f2b6

View File

@ -18,10 +18,6 @@ void Host_RefreshDSPDebuggerWindow()
void Host_Message(HostMessageID) void Host_Message(HostMessageID)
{ {
} }
void* Host_GetRenderHandle()
{
return nullptr;
}
void Host_UpdateTitle(const std::string&) void Host_UpdateTitle(const std::string&)
{ {
} }
@ -48,3 +44,7 @@ void Host_YieldToUI()
void Host_TitleChanged() void Host_TitleChanged()
{ {
} }
bool Host_UIBlocksControllerState()
{
return false;
}