Emu: some cleanup

This commit is contained in:
Megamouse 2021-04-07 23:05:18 +02:00
parent a3e8a61547
commit 03b76b4606
149 changed files with 957 additions and 1139 deletions

View file

@ -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