mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-07 10:10:41 +00:00
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
Block a user