diff options
author | bunnei <bunneidev@gmail.com> | 2022-10-15 08:37:02 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2022-10-19 04:13:35 +0200 |
commit | 11f85ea7130a5245bd8d2090f0dd76ba65f15d23 (patch) | |
tree | 498e71a0bf7ed568fbdd9ac72d123e130e84a2ba /src/core | |
parent | core: hle: kernel: Use result macros for new/changed code. (diff) | |
download | yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar.gz yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar.bz2 yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar.lz yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar.xz yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.tar.zst yuzu-11f85ea7130a5245bd8d2090f0dd76ba65f15d23.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/core_timing.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 7996b529f..bd21dd904 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h @@ -69,11 +69,6 @@ public: is_multicore = is_multicore_; } - /// Check if it's using host timing. - bool IsHostTiming() const { - return is_multicore; - } - /// Pauses/Unpauses the execution of the timer thread. void Pause(bool is_paused); |