debugger: Shortend SPU/PPU thread names

This commit is contained in:
Eladash 2020-06-23 19:20:35 +03:00 committed by Megamouse
parent e353ad3557
commit e45d37073a
3 changed files with 7 additions and 7 deletions

View file

@ -1518,7 +1518,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
p.stack_addr = vm::cast(vm::alloc(primary_stacksize, vm::stack, 4096));
p.stack_size = primary_stacksize;
auto ppu = idm::make_ptr<named_thread<ppu_thread>>("PPU[0x1000000] Thread (main_thread)", p, "main_thread", primary_prio, 1);
auto ppu = idm::make_ptr<named_thread<ppu_thread>>("PPU[0x1000000] main_thread ", p, "main_thread", primary_prio, 1);
// Write initial data (exitspawn)
if (!Emu.data.empty())