diff --git a/pcsx2/VUmicro.h b/pcsx2/VUmicro.h index 097231ab2c..8023b98cde 100644 --- a/pcsx2/VUmicro.h +++ b/pcsx2/VUmicro.h @@ -61,6 +61,7 @@ public: BaseCpuProvider() { m_Reserved = 0; + IsInterpreter = false; } virtual ~BaseCpuProvider() throw()