mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
RawSPU initialization fix
This commit is contained in:
parent
8e19af530b
commit
b487dcee27
4 changed files with 24 additions and 12 deletions
|
@ -7,7 +7,6 @@ class CPUThreadManager
|
|||
{
|
||||
std::vector<CPUThread*> m_threads;
|
||||
std::mutex m_mtx_thread;
|
||||
u32 m_raw_spu_num;
|
||||
|
||||
public:
|
||||
CPUThreadManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue