(ems) fix this

This commit is contained in:
radius 2016-09-24 15:36:06 -05:00
parent 1ed4e6148d
commit 9f3102e601

View File

@ -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);