Buildfix for dsptool.

This commit is contained in:
Rachel Bryk 2013-05-21 20:30:09 -04:00
parent 10630989a4
commit 2412b2287a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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_CodeLoaded(const u8 *ptr, int size) {}
void DSPHost_InterruptRequest() {}
void DSPHost_UpdateDebugger() {}