summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 25d678ba3..ed44ee933 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -212,6 +212,9 @@ public:
std::string name;
+ /// Handle used by guest emulated application to access this thread
+ Handle guest_handle;
+
/// Handle used as userdata to reference this object when inserting into the CoreTiming queue.
Handle callback_handle;