mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Emu: some cleanup
This commit is contained in:
parent
a3e8a61547
commit
03b76b4606
149 changed files with 957 additions and 1139 deletions
|
@ -425,7 +425,7 @@ void spu_cache::initialize()
|
|||
g_progr_ptotal += ::size32(func_list);
|
||||
progr.emplace("Building SPU cache...");
|
||||
|
||||
worker_count = Emu.GetMaxThreads();
|
||||
worker_count = Emulator::GetMaxThreads();
|
||||
}
|
||||
|
||||
named_thread_group workers("SPU Worker ", worker_count, [&]() -> uint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue