diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 41d525fb..4da6fd77 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -166,8 +166,8 @@ GameEngine::GameEngine() { auto window = std::make_shared(std::vector>({})); - auto surroundSetting = Ship::Context::GetInstance()->GetConfig()->GetCurrentAudioSurround(); - this->context->Init(archiveFiles, {}, 3, { 32000, 1024, 1680, surroundSetting }, window, controlDeck); + auto audioChannelsSetting = Ship::Context::GetInstance()->GetConfig()->GetCurrentAudioChannelsSetting(); + this->context->Init(archiveFiles, {}, 3, { 32000, 1024, 1680, audioChannelsSetting }, window, controlDeck); #ifndef __SWITCH__ Ship::Context::GetInstance()->GetLogger()->set_level(