mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 03:27:59 -05:00
audio_manager: Remove dependence on system state
This isn't used by the class, so this can be removed for the time being.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
namespace AudioCore {
|
||||
|
||||
AudioManager::AudioManager(Core::System& system_) : system{system_} {
|
||||
AudioManager::AudioManager() {
|
||||
thread = std::jthread([this]() { ThreadFunc(); });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user