mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Fix stop exit of check_only ppu_initialize
This commit is contained in:
parent
670d2b191c
commit
c464e90d5d
1 changed files with 5 additions and 0 deletions
|
@ -2809,6 +2809,11 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
||||||
g_progr_ptotal++;
|
g_progr_ptotal++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (check_only)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
// Create worker threads for compilation (TODO: how many threads)
|
// Create worker threads for compilation (TODO: how many threads)
|
||||||
{
|
{
|
||||||
u32 thread_count = Emu.GetMaxThreads();
|
u32 thread_count = Emu.GetMaxThreads();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue