thread: Keep track of the initially created handle.
This is kinda crufty, but we need it for now to update guest state variables.
This commit is contained in:
parent
45debfe4fd
commit
1cb978eb82
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue