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:
XTra.KrazzY 2009-06-24 16:49:10 +00:00
parent 81d671dc1a
commit a7eb7bbf00
1 changed files with 3 additions and 1 deletions

View File

@ -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);