mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 19:22:40 +00:00
Kernel: Use separate Handle tables for CoreTiming userdata
This is to support the removal of GetHandle soon
This commit is contained in:
@@ -122,6 +122,9 @@ public:
|
||||
|
||||
private:
|
||||
Thread() = default;
|
||||
|
||||
/// Handle used as userdata to reference this object when inserting into the CoreTiming queue.
|
||||
Handle callback_handle;
|
||||
};
|
||||
|
||||
/// Sets up the primary application thread
|
||||
|
||||
Reference in New Issue
Block a user