diff --git a/Core/MIPS/MIPS.cpp b/Core/MIPS/MIPS.cpp index f7a3b5d036..b7c3a39323 100644 --- a/Core/MIPS/MIPS.cpp +++ b/Core/MIPS/MIPS.cpp @@ -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); }