mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
kernel explorer: Add more information about SPU/PPU threads
This commit is contained in:
parent
dd6825a7bd
commit
f4f0fb88b1
4 changed files with 28 additions and 6 deletions
|
|
@ -77,7 +77,7 @@ void fmt_class_string<ppu_join_status>::format(std::string& out, u64 arg)
|
|||
{
|
||||
switch (js)
|
||||
{
|
||||
case ppu_join_status::joinable: return "";
|
||||
case ppu_join_status::joinable: return "none";
|
||||
case ppu_join_status::detached: return "detached";
|
||||
case ppu_join_status::zombie: return "zombie";
|
||||
case ppu_join_status::exited: return "exited";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue