Skip to content

Commit

Permalink
Clear new state upon reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Mar 4, 2024
1 parent a83d935 commit 3bda582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/ee/Vif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ void CVif::Reset()
m_pendingMicroProgram = -1;
m_incomingFifoDelay = 0;
m_interruptDelayTicks = 0;
m_stallDma = false;
m_stallDmaCount = 0;
}

uint32 CVif::GetRegister(uint32 address)
Expand Down

0 comments on commit 3bda582

Please sign in to comment.