mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +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_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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue