mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
DSPTool: fix build
This commit is contained in:
parent
d5c3411a80
commit
a12159f2b6
@ -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…
Reference in New Issue
Block a user