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:
bunnei 2017-12-31 17:23:36 -05:00
parent a373ba43e4
commit 57d3544f96
3 changed files with 7 additions and 2 deletions

View file

@ -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;