mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
DSPSpy: Print ACCOV mails
This commit is contained in:
parent
e569d3bc4a
commit
99e36cd9d9
@ -390,6 +390,10 @@ void handle_dsp_mail(void)
|
||||
while (real_dsp.CheckMailTo())
|
||||
;
|
||||
}
|
||||
else if (mail == 0x80050000)
|
||||
{
|
||||
CON_PrintRow(4, 25, "ACCOV at step %i", dsp_steps);
|
||||
}
|
||||
|
||||
// ROM dumping mails
|
||||
else if (mail == 0x8888c0de)
|
||||
|
Loading…
x
Reference in New Issue
Block a user