mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-27 06:31:42 -04:00
Assign names to threads
Visible in debuggers etc
This commit is contained in:
@@ -132,6 +132,10 @@ public:
|
||||
|
||||
static JSUList<JKRThread> sThreadList;
|
||||
// static u8 sThreadList[12];
|
||||
|
||||
#if TARGET_PC
|
||||
const char* mThreadName;
|
||||
#endif
|
||||
};
|
||||
|
||||
class JKRIdleThread : public JKRThread {
|
||||
|
||||
Reference in New Issue
Block a user