DSPLLE minor cleanup nothing important

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3789 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-07-14 08:30:23 +00:00
parent fda61d91d5
commit c6b3c6a69b
3 changed files with 7 additions and 12 deletions

View File

@ -75,9 +75,9 @@ void Step()
{
DSPCore_CheckExceptions();
#if PROFILE
g_dsp.step_counter++;
#if PROFILE
g_dsp.err_pc = g_dsp.pc;
ProfilerAddDelta(g_dsp.err_pc, 1);