Initialize downcount.

This commit is contained in:
Henrik Rydgard 2013-01-14 23:03:23 +01:00
parent 66ee2e2933
commit 74a46f60ed

View file

@ -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);
}