- Fixed sys_ppu_thread_exit.

- Disabled some dbg tools.
This commit is contained in:
DH 2013-08-17 19:23:03 +03:00
parent 0aff049960
commit 2f5fa75bb4
16 changed files with 152 additions and 113 deletions

View file

@ -178,6 +178,7 @@ bool dump_enable = false;
void PPUThread::DoCode(const s32 code)
{
#ifdef _DEBUG
static bool is_last_enabled = false;
if(dump_enable)
@ -208,6 +209,7 @@ void PPUThread::DoCode(const s32 code)
cycle = 0;
TB++;
}
#endif
m_dec->Decode(code);
}