mirror of https://github.com/PCSX2/pcsx2.git
pcsx2:init IsInterpreter member in constructor
This commit is contained in:
parent
4d8a23c1fc
commit
0bb62bb0fd
|
@ -61,6 +61,7 @@ public:
|
|||
BaseCpuProvider()
|
||||
{
|
||||
m_Reserved = 0;
|
||||
IsInterpreter = false;
|
||||
}
|
||||
|
||||
virtual ~BaseCpuProvider() throw()
|
||||
|
|
Loading…
Reference in New Issue