mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(emscripten) add downloads to userdata
This commit is contained in:
parent
d6f82b4a16
commit
0b46a6902d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue