make fiber bigger, build.sh

This commit is contained in:
lizzie 2026-04-30 15:50:44 +00:00
parent 1c1b2bf54a
commit 8984f5ccb8
4 changed files with 4 additions and 2 deletions

View file

@ -367,6 +367,8 @@ int main(int argc, char** argv) {
// Apply the command line arguments
system.ApplySettings();
Settings::values.renderer_backend.SetValue(Settings::RendererBackend::Null);
Common::Log::SetGlobalFilter(Common::Log::Filter(Common::Log::Level::Trace));
std::unique_ptr<EmuWindow_SDL3> emu_window;
switch (Settings::values.renderer_backend.GetValue()) {