mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +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");
|
||||
|
||||
/* create a local filesystem */
|
||||
var imfs = new BrowserFS.FileSystem.InMemoryFileSystem();
|
||||
var imfs = new BrowserFS.FileSystem.InMemory()();
|
||||
|
||||
/* mount the filesystems onto mfs */
|
||||
mfs.mount('/home/web_user/retroarch/userdata', imfs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user