summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-09-21 15:28:03 +0200
committerLioncash <mathew1800@gmail.com>2022-09-21 15:28:05 +0200
commit08d81e0bd8971736547c5fece3a71549df483cc4 (patch)
tree418d6e7465f15f41a88759e96b4c54ea9f454ad3
parentaudio_manager: Remove dependence on system state (diff)
downloadyuzu-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
-rw-r--r--src/audio_core/audio_manager.h2
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