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:
parent
64cd9746b8
commit
5874a5683e
@ -8,7 +8,7 @@ PPCThread* GetCurrentPPCThread()
|
||||
}
|
||||
|
||||
PPCThread::PPCThread(PPCThreadType type)
|
||||
: ThreadBase(false, "PPCThread")
|
||||
: ThreadBase(true, "PPCThread")
|
||||
, m_type(type)
|
||||
, DisAsmFrame(nullptr)
|
||||
, m_dec(nullptr)
|
||||
|
Loading…
Reference in New Issue
Block a user