mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
DSPTool: fix build
This commit is contained in:
parent
d5c3411a80
commit
a12159f2b6
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue