mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(ems) fix this
This commit is contained in:
parent
1ed4e6148d
commit
9f3102e601
@ -132,7 +132,7 @@ function setupFileSystem(backend)
|
|||||||
console.log("WEBPLAYER: Initializing LocalStorage");
|
console.log("WEBPLAYER: Initializing LocalStorage");
|
||||||
|
|
||||||
/* create a local filesystem */
|
/* create a local filesystem */
|
||||||
var imfs = new BrowserFS.FileSystem.InMemoryFileSystem();
|
var imfs = new BrowserFS.FileSystem.InMemory()();
|
||||||
|
|
||||||
/* mount the filesystems onto mfs */
|
/* mount the filesystems onto mfs */
|
||||||
mfs.mount('/home/web_user/retroarch/userdata', imfs);
|
mfs.mount('/home/web_user/retroarch/userdata', imfs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user