From 1cb978eb82253d6869d1c3729e976a98fb5a7a9c Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 31 Dec 2017 17:23:36 -0500 Subject: thread: Keep track of the initially created handle. This is kinda crufty, but we need it for now to update guest state variables. --- src/core/hle/kernel/thread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/kernel/thread.h') 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; -- cgit v1.2.3