diff options
author | Lioncash <mathew1800@gmail.com> | 2022-09-21 15:28:03 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-09-21 15:28:05 +0200 |
commit | 08d81e0bd8971736547c5fece3a71549df483cc4 (patch) | |
tree | 418d6e7465f15f41a88759e96b4c54ea9f454ad3 /src/audio_core | |
parent | audio_manager: Remove dependence on system state (diff) | |
download | yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.gz yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.bz2 yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.lz yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.xz yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.zst yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.zip |
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/audio_manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h index 75604df18..6edf1541d 100644 --- a/src/audio_core/audio_manager.h +++ b/src/audio_core/audio_manager.h @@ -76,8 +76,6 @@ private: */ void ThreadFunc(); - /// Have sessions started playing? - bool sessions_started{}; /// Is the main thread running? std::atomic<bool> running{}; /// Unused |