You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix saving config in web version (wasm)
[Gemini] The Emscripten logic in src/system/sdl/main.c was using an
uninitialized internal variable FS.syncFSRequests to decide when to sync
the in-memory filesystem to the browser's persistent storage (IDBFS).
Since this variable was always undefined, the sync was never triggered,
causing all changes (including settings) to be lost upon refreshing or
closing the page.
* Save settings when exiting menu
* Makes a distinction between saveConfigCart and saveOptions
* Changed position of functions (saveOptions and initConfig) to pass compilation
* Simplify by saving just "onBackFromOptionsMenu"
* rebuild
0 commit comments