mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 03:17:56 -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 {
|
||||
|
||||
AudioCore::AudioCore(Core::System& system) : audio_manager{std::make_unique<AudioManager>(system)} {
|
||||
AudioCore::AudioCore(Core::System& system) : audio_manager{std::make_unique<AudioManager>()} {
|
||||
CreateSinks();
|
||||
// Must be created after the sinks
|
||||
adsp = std::make_unique<AudioRenderer::ADSP::ADSP>(system, *output_sink);
|
||||
|
Reference in New Issue
Block a user