1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Fixed small error.

This commit is contained in:
DH 2013-10-06 18:41:19 +03:00
parent 64cd9746b8
commit 5874a5683e

View File

@ -8,7 +8,7 @@ PPCThread* GetCurrentPPCThread()
}
PPCThread::PPCThread(PPCThreadType type)
: ThreadBase(false, "PPCThread")
: ThreadBase(true, "PPCThread")
, m_type(type)
, DisAsmFrame(nullptr)
, m_dec(nullptr)