From 7b209583f5ed3120ca02add96055b6153b4fe9b1 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 25 May 2026 13:04:41 -0500 Subject: [PATCH] [turbine/gba] Fix build --- src/olympic/turbine/src/gba/turbine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/olympic/turbine/src/gba/turbine.cpp b/src/olympic/turbine/src/gba/turbine.cpp index f5500426..e2fe1663 100644 --- a/src/olympic/turbine/src/gba/turbine.cpp +++ b/src/olympic/turbine/src/gba/turbine.cpp @@ -95,7 +95,7 @@ ox::Error setWindowBounds(Context&, ox::Bounds const&) noexcept { } ox::Result> init( - ox::UPtr &&fs, ox::StringViewCR appName) noexcept { + ox::UPtr &&fs, ox::StringViewCR appName, ox::StringViewCR) noexcept { auto ctx = ox::make_unique(); OX_RETURN_ERROR(keel::init(ctx->keelCtx, std::move(fs), appName)); #ifdef OX_BARE_METAL