mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(emscripten) add downloads to userdata
This commit is contained in:
parent
d6f82b4a16
commit
0b46a6902d
@ -141,7 +141,7 @@ function setupFileSystem(backend)
|
||||
}
|
||||
|
||||
mfs.mount('/home/web_user/retroarch/bundle', xfs1);
|
||||
mfs.mount('/home/web_user/retroarch/downloads', xfs2);
|
||||
mfs.mount('/home/web_user/retroarch/userdata/downloads', xfs2);
|
||||
BrowserFS.initialize(mfs);
|
||||
var BFS = new BrowserFS.EmscriptenFS();
|
||||
FS.mount(BFS, {root: '/home'}, '/home');
|
||||
|
Loading…
x
Reference in New Issue
Block a user