mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Initialize downcount.
This commit is contained in:
parent
66ee2e2933
commit
74a46f60ed
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ void MIPSState::Reset()
|
|||
inDelaySlot = false;
|
||||
llBit = 0;
|
||||
nextPC = 0;
|
||||
downcount = 0;
|
||||
// Initialize the VFPU random number generator with .. something?
|
||||
rng.Init(0x1337);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue