mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
Removed this assert as per discord conversation.
Removed assert that was stopping Dark Cloud from loading saved games when asserts are enabled
This commit is contained in:
parent
1598b74149
commit
131a709e11
1 changed files with 0 additions and 1 deletions
|
@ -299,7 +299,6 @@ void CBasicBlock::Execute()
|
|||
assert(m_context.m_State.nGPR[0].nV2 == 0);
|
||||
assert(m_context.m_State.nGPR[0].nV3 == 0);
|
||||
assert((m_context.m_State.nPC & 3) == 0);
|
||||
assert((m_context.m_State.nGPR[CMIPS::RA].nV0 & 3) == 0);
|
||||
assert(m_context.m_State.nCOP2[0].nV0 == 0x00000000);
|
||||
assert(m_context.m_State.nCOP2[0].nV1 == 0x00000000);
|
||||
assert(m_context.m_State.nCOP2[0].nV2 == 0x00000000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue