mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
- 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
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
/*global Module*/
|
|
Module["arguments"] = [];
|
|
Module["arguments"].push("--config=/data/local/scummvm.ini");
|
|
|