bugfixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user