mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 04:32:35 +01:00
Merge pull request #297 from raven02/patch-1
Change to Error logging for null cmd
This commit is contained in:
commit
c6c87b66f9
@ -1800,7 +1800,7 @@ void RSXThread::Task()
|
||||
|
||||
if(cmd == 0)
|
||||
{
|
||||
ConLog.Warning("null cmd: addr=0x%x, put=0x%x, get=0x%x", Memory.RSXIOMem.GetStartAddr() + get, m_ctrl->put, get);
|
||||
ConLog.Error("null cmd: addr=0x%x, put=0x%x, get=0x%x", Memory.RSXIOMem.GetStartAddr() + get, m_ctrl->put, get);
|
||||
Emu.Pause();
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user