make fiber bigger, build.sh

This commit is contained in:
lizzie
2026-04-30 15:50:44 +00:00
parent 981bab94a0
commit 054eba7de4
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -396,6 +396,8 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
// Apply the command line arguments
state->system.ApplySettings();
Settings::values.renderer_backend.SetValue(Settings::RendererBackend::Null);
Common::Log::SetGlobalFilter(Common::Log::Filter(Common::Log::Level::Trace));
switch (Settings::values.renderer_backend.GetValue()) {
#ifdef HAS_OPENGL