mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +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