mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 23:38:42 +00:00
Kernel: Use separate Handle tables for CoreTiming userdata
This is to support the removal of GetHandle soon
This commit is contained in:
@@ -50,6 +50,9 @@ public:
|
||||
|
||||
private:
|
||||
Timer() = default;
|
||||
|
||||
/// Handle used as userdata to reference this object when inserting into the CoreTiming queue.
|
||||
Handle callback_handle;
|
||||
};
|
||||
|
||||
/// Initializes the required variables for timers
|
||||
|
||||
Reference in New Issue
Block a user