mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
Fixed small error.
This commit is contained in:
parent
64cd9746b8
commit
5874a5683e
@ -8,7 +8,7 @@ PPCThread* GetCurrentPPCThread()
|
|||||||
}
|
}
|
||||||
|
|
||||||
PPCThread::PPCThread(PPCThreadType type)
|
PPCThread::PPCThread(PPCThreadType type)
|
||||||
: ThreadBase(false, "PPCThread")
|
: ThreadBase(true, "PPCThread")
|
||||||
, m_type(type)
|
, m_type(type)
|
||||||
, DisAsmFrame(nullptr)
|
, DisAsmFrame(nullptr)
|
||||||
, m_dec(nullptr)
|
, m_dec(nullptr)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user