dspspy: add missing file to vcrpoj, fix resetting step counters on loading new ucode, normalize mem_dump.h newlines

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3419 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-06-13 05:23:07 +00:00
parent 402d9068e1
commit b304332469
3 changed files with 524 additions and 518 deletions

View File

@ -480,7 +480,9 @@ int main()
if(curUcode == NUM_UCODES)
curUcode = 0;
dsp_steps = 0; // Let's not add the new steps after the original ones. That was just annoying.
// Reset step counters for since we're in a new ucode.
show_step = 0;
dsp_steps = 0;
DCInvalidateRange(dspbufC, 0x2000);
for (int n = 0 ; n < 0x2000 ; n++)