Merge pull request #8814 from Tilka/dsp

DSP: fix DSPTool build and update register table
This commit is contained in:
Tilka
2020-05-17 20:04:13 +01:00
committed by GitHub
2 changed files with 12 additions and 12 deletions

View File

@ -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;
}