mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12: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