[turbine/gba] Fix build
Build / build (push) Successful in 1m24s

This commit is contained in:
2026-05-25 13:04:41 -05:00
parent 8fd09f6fff
commit 7b209583f5
+1 -1
View File
@@ -95,7 +95,7 @@ ox::Error setWindowBounds(Context&, ox::Bounds const&) noexcept {
} }
ox::Result<ox::UPtr<Context>> init( ox::Result<ox::UPtr<Context>> init(
ox::UPtr<ox::FileSystem> &&fs, ox::StringViewCR appName) noexcept { ox::UPtr<ox::FileSystem> &&fs, ox::StringViewCR appName, ox::StringViewCR) noexcept {
auto ctx = ox::make_unique<Context>(); auto ctx = ox::make_unique<Context>();
OX_RETURN_ERROR(keel::init(ctx->keelCtx, std::move(fs), appName)); OX_RETURN_ERROR(keel::init(ctx->keelCtx, std::move(fs), appName));
#ifdef OX_BARE_METAL #ifdef OX_BARE_METAL