mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 06:52:58 -06:00
Host: Remove unnecessary functions
Remove Host_RefreshDSPDebuggerWindow (which hasn't done anything since
DolphinWX was removed in 44b22c90
) and DSP::Host::UpdateDebugger (which
only called Host_RefreshDSPDebuggerWindow).
This commit is contained in:
@ -49,9 +49,6 @@ void DSP::Host::CodeLoaded(DSPCore& dsp, const u8* ptr, size_t size)
|
||||
void DSP::Host::InterruptRequest()
|
||||
{
|
||||
}
|
||||
void DSP::Host::UpdateDebugger()
|
||||
{
|
||||
}
|
||||
|
||||
static std::string CodeToHeader(const std::vector<u16>& code, const std::string& filename)
|
||||
{
|
||||
|
@ -19,9 +19,6 @@ void Host_PPCSymbolsChanged()
|
||||
void Host_PPCBreakpointsChanged()
|
||||
{
|
||||
}
|
||||
void Host_RefreshDSPDebuggerWindow()
|
||||
{
|
||||
}
|
||||
void Host_Message(HostMessageID)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user