Disable pausing when a null command occurs
This commit is contained in:
@@ -2240,8 +2240,8 @@ void RSXThread::Task()
|
|||||||
if(cmd == 0)
|
if(cmd == 0)
|
||||||
{
|
{
|
||||||
LOG_ERROR(Log::RSX, "null cmd: cmd=0x%x, put=0x%x, get=0x%x (addr=0x%x)", cmd, put, get, (u32)Memory.RSXIOMem.RealAddr(get));
|
LOG_ERROR(Log::RSX, "null cmd: cmd=0x%x, put=0x%x, get=0x%x (addr=0x%x)", cmd, put, get, (u32)Memory.RSXIOMem.RealAddr(get));
|
||||||
Emu.Pause();
|
//Emu.Pause();
|
||||||
//HACK! We couldn't be here
|
//HACK! We shouldn't be here
|
||||||
m_ctrl->get = get + (count + 1) * 4;
|
m_ctrl->get = get + (count + 1) * 4;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user