diff options
author | Liam <byteslice@airmail.cc> | 2023-11-14 01:01:05 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-11-14 17:51:04 +0100 |
commit | ec6b67d862a2606d6e9fe1036746605a6bfe5114 (patch) | |
tree | 860ee81c9d35939ecc2178fc5a1497ed5dadec1e /src/core/core_timing.h | |
parent | Merge pull request #11990 from german77/audio (diff) | |
download | yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar.gz yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar.bz2 yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar.lz yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar.xz yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.tar.zst yuzu-ec6b67d862a2606d6e9fe1036746605a6bfe5114.zip |
Diffstat (limited to 'src/core/core_timing.h')
-rw-r--r-- | src/core/core_timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 26a8b93a7..21548f0a9 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h @@ -161,7 +161,7 @@ private: std::shared_ptr<EventType> ev_lost; Common::Event event{}; Common::Event pause_event{}; - std::mutex basic_lock; + mutable std::mutex basic_lock; std::mutex advance_lock; std::unique_ptr<std::jthread> timer_thread; std::atomic<bool> paused{}; |