Kernel: pass ref down to Object and wrap ID counter into kernel state
This commit is contained in:
@ -19,7 +19,7 @@ static CoreTiming::EventType* timer_callback_event_type = nullptr;
|
||||
// us to simply use a pool index or similar.
|
||||
static Kernel::HandleTable timer_callback_handle_table;
|
||||
|
||||
Timer::Timer(KernelSystem& kernel) {}
|
||||
Timer::Timer(KernelSystem& kernel) : WaitObject(kernel) {}
|
||||
Timer::~Timer() {}
|
||||
|
||||
SharedPtr<Timer> KernelSystem::CreateTimer(ResetType reset_type, std::string name) {
|
||||
|
Reference in New Issue
Block a user