diff options
| m--------- | libultraship | 0 | ||||
| -rw-r--r-- | soh/soh/OTRGlobals.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libultraship b/libultraship -Subproject 92bce01154589080e534c3c143913a196e161f0 +Subproject 0302eab051a7e0e5a8dc208aca5b00899a91808 diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index 6e41eb7a8..6ab2f658a 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -338,7 +338,7 @@ OTRGlobals::OTRGlobals() { overlay->LoadFont("Fipps", "fonts/Fipps-Regular.otf", 32.0f); overlay->SetCurrentFont(CVarGetString(CVAR_GAME_OVERLAY_FONT, "Press Start 2P")); - context->InitAudio(); + context->InitAudio({ .SampleRate = 44100, .SampleLength = 1024, .DesiredBuffered = 2480 }); SPDLOG_INFO("Starting Ship of Harkinian version {} (Branch: {} | Commit: {})", (char*)gBuildVersion, (char*)gGitBranch, (char*)gGitCommitHash); |
