mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
- Fixed sys_ppu_thread_exit.
- Disabled some dbg tools.
This commit is contained in:
parent
0aff049960
commit
2f5fa75bb4
16 changed files with 152 additions and 113 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue