mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
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:
@ -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++)
|
||||
|
Reference in New Issue
Block a user