mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Changed the DSP ROM warning from a panic alert to an on-screen message.
This commit is contained in:
parent
ea9ac07ec9
commit
efeb0096c9
4 changed files with 17 additions and 5 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue