Fix stop exit of check_only ppu_initialize
This commit is contained in:
@@ -2809,6 +2809,11 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
||||
g_progr_ptotal++;
|
||||
}
|
||||
|
||||
if (check_only)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Create worker threads for compilation (TODO: how many threads)
|
||||
{
|
||||
u32 thread_count = Emu.GetMaxThreads();
|
||||
|
||||
Reference in New Issue
Block a user