Trying to fix DSPSpy. Test this one
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3542 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
81d671dc1a
commit
a7eb7bbf00
|
@ -341,8 +341,10 @@ void dump_all_ucodes(void)
|
|||
real_dsp.Reset();
|
||||
VIDEO_WaitVSync();
|
||||
|
||||
while(runningUcode != (curUcode + 1))
|
||||
while(runningUcode != (curUcode + 1)) {
|
||||
handle_dsp_mail();
|
||||
VIDEO_WaitVSync();
|
||||
}
|
||||
|
||||
// Then write microcode dump to file
|
||||
sprintf(filename, "sd:/dsp_dump%d.bin", i + 1);
|
||||
|
|
Loading…
Reference in New Issue