This commit is contained in:
2026-04-18 18:16:41 +02:00
parent d09bb1cf6b
commit 4a4485c6f8
9 changed files with 36 additions and 20 deletions

View File

@@ -74,7 +74,7 @@ SDL_AppResult SDL_AppInit(void** /*appstate*/, int /*argc*/, char* /*argv*/[]) {
#ifdef __EMSCRIPTEN__
// MEMFS no persistix entre recàrregues: força valors sensats per a web.
Options::window.fullscreen = false;
Options::window.zoom = 1;
Options::window.zoom = 3;
Options::video.aspect_ratio_4_3 = true;
Options::video.scaling_mode = Options::ScalingMode::INTEGER;
Options::video.texture_filter = Options::TextureFilter::LINEAR;