diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-02-22 17:56:33 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-18 22:29:23 +0200 |
commit | 8f6ffcd5c450b06f641580c410e5a4756a897fcc (patch) | |
tree | 66fc9d860bd42e330188aa052f05b4a4718dfaa3 /src | |
parent | HostTiming: Correct rebase and implement AddTicks. (diff) | |
download | yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar.gz yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar.bz2 yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar.lz yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar.xz yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.tar.zst yuzu-8f6ffcd5c450b06f641580c410e5a4756a897fcc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/host_timing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/host_timing.h b/src/core/host_timing.h index 5ad8c5f35..be6b68d7c 100644 --- a/src/core/host_timing.h +++ b/src/core/host_timing.h @@ -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); |