mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
debugger: Shortend SPU/PPU thread names
This commit is contained in:
parent
e353ad3557
commit
e45d37073a
3 changed files with 7 additions and 7 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue