Changed the DSP ROM warning from a panic alert to an on-screen message.

This commit is contained in:
skidau
2013-11-22 14:55:25 +11:00
parent ea9ac07ec9
commit efeb0096c9
4 changed files with 17 additions and 5 deletions

View File

@ -11,6 +11,7 @@
// Stub out the dsplib host stuff, since this is just a simple cmdline tools.
u8 DSPHost_ReadHostMemory(u32 addr) { return 0; }
void DSPHost_WriteHostMemory(u8 value, u32 addr) {}
void DSPHost_OSD_AddMessage(const std::string& str, u32 ms) {}
bool DSPHost_OnThread() { return false; }
bool DSPHost_Wii() { return false; }
void DSPHost_CodeLoaded(const u8 *ptr, int size) {}