mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Adapt to latest libultraship.
This commit is contained in:
parent
8083943059
commit
e5137ea604
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ GameEngine::GameEngine() {
|
|||
|
||||
auto window = std::make_shared<Fast::Fast3dWindow>(std::vector<std::shared_ptr<Ship::GuiWindow>>({}));
|
||||
|
||||
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue