mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
2b19203104
- 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");
|
|
|