scummvm/dists/emscripten/pre.js
Christian Kündig 2b19203104 DISTS EMSCRIPTEN: Fixing various minor bugs and typos
- too verbose logging slows down everything
- datadir / causes the whole FS to be scanned at launch, including files which are loaded lazily via XHR
- corrupt default data in local storage
- double-slash in path of VORBIS_LIBS
2021-08-20 21:13:49 +02:00

5 lines
107 B
JavaScript

/*global Module*/
Module["arguments"] = [];
Module["arguments"].push("--config=/data/local/scummvm.ini");