mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Make ppu main_thread unjoinable
This commit is contained in:
parent
56b7581ade
commit
587fe421ee
1 changed files with 1 additions and 1 deletions
|
@ -1494,7 +1494,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
||||||
p.stack_addr = vm::cast(vm::alloc(primary_stacksize, vm::stack, 4096));
|
p.stack_addr = vm::cast(vm::alloc(primary_stacksize, vm::stack, 4096));
|
||||||
p.stack_size = primary_stacksize;
|
p.stack_size = primary_stacksize;
|
||||||
|
|
||||||
auto ppu = idm::make_ptr<named_thread<ppu_thread>>("PPU[0x1000000] Thread (main_thread)", p, "main_thread", primary_prio);
|
auto ppu = idm::make_ptr<named_thread<ppu_thread>>("PPU[0x1000000] Thread (main_thread)", p, "main_thread", primary_prio, 1);
|
||||||
|
|
||||||
// Write initial data (exitspawn)
|
// Write initial data (exitspawn)
|
||||||
if (Emu.data.size())
|
if (Emu.data.size())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue