|
|
@ -93,7 +93,6 @@ public: |
|
|
/// We only permit one event of each type in the queue at a time. |
|
|
/// We only permit one event of each type in the queue at a time. |
|
|
void RemoveEvent(const std::shared_ptr<EventType>& event_type); |
|
|
void RemoveEvent(const std::shared_ptr<EventType>& event_type); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void AddTicks(std::size_t core_index, u64 ticks); |
|
|
void AddTicks(std::size_t core_index, u64 ticks); |
|
|
|
|
|
|
|
|
void ResetTicks(std::size_t core_index); |
|
|
void ResetTicks(std::size_t core_index); |
|
|
|