mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fixed DSPTool build.
This commit is contained in:
parent
6a6c086b50
commit
b83be4875a
@ -25,6 +25,7 @@
|
||||
u8 DSPHost_ReadHostMemory(u32 addr) { return 0; }
|
||||
void DSPHost_WriteHostMemory(u8 value, u32 addr) {}
|
||||
bool DSPHost_OnThread() { return false; }
|
||||
bool DSPHost_Wii() { return false; }
|
||||
u32 DSPHost_CodeLoaded(const u8 *ptr, int size) {return 0x1337c0de;}
|
||||
void DSPHost_InterruptRequest() {}
|
||||
void DSPHost_UpdateDebugger() {}
|
||||
|
Loading…
Reference in New Issue
Block a user