Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Buildfix for dsptool.
  • Loading branch information
RachelBryk committed May 22, 2013
1 parent 1063098 commit 2412b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DSPTool/Src/DSPTool.cpp
Expand Up @@ -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() {}

Expand Down

0 comments on commit 2412b22

Please sign in to comment.