mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
Host Timing: Correct clang format.
This commit is contained in:
parent
96b2d8419c
commit
8f6ffcd5c4
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ public:
|
|||
/// We only permit one event of each type in the queue at a time.
|
||||
void RemoveEvent(const std::shared_ptr<EventType>& event_type);
|
||||
|
||||
|
||||
void AddTicks(std::size_t core_index, u64 ticks);
|
||||
|
||||
void ResetTicks(std::size_t core_index);
|
||||
|
|
Loading…
Reference in a new issue