]> git.rm.cloudns.org Git - xonotic/xonotic.git/commitdiff
created config directory to mount for saving and editing
authorLock l00p <hakzstudios@gmail.com>
Sun, 8 Oct 2023 04:41:31 +0000 (04:41 +0000)
committerLock l00p <hakzstudios@gmail.com>
Sun, 8 Oct 2023 04:41:31 +0000 (04:41 +0000)
misc/buildfiles/emscripten/prejs.js

index 444ea11a6e293c53e45bcb60fc6e1b9ffb2d5d76..9db82aaaec78fba10389fa10eb769ebabc826e43 100644 (file)
@@ -29,6 +29,6 @@ Module['preRun'] = function(){
     var stdout = null;
     var stderr = null; 
     FS.init(stdin,stdout,stderr);
-    FS.mkdir('/basedir')
-    FS.mount(IDBFS,{},"/basedir");
+    FS.mkdir('/config')
+    FS.mount(IDBFS,{},"/config");
 }
\ No newline at end of file