mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 19:43:34 +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