Assign names to threads

Visible in debuggers etc
This commit is contained in:
PJB3005
2026-03-14 14:16:49 +01:00
parent 002a34f18b
commit dca0964f27
7 changed files with 76 additions and 0 deletions
@@ -132,6 +132,10 @@ public:
static JSUList<JKRThread> sThreadList;
// static u8 sThreadList[12];
#if TARGET_PC
const char* mThreadName;
#endif
};
class JKRIdleThread : public JKRThread {