MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / saveSaveFiles

Method saveSaveFiles

data/src/GameManager.js:409–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 return this.functions.getSaveFilePath();
408 }
409 saveSaveFiles() {
410 this.functions.saveSaveFiles();
411 this.EJS.callEvent("saveSaveFiles", this.getSaveFile(false));
412 //this.FS.syncfs(false, () => {});
413 }
414 supportsStates() {
415 return !!this.functions.supportsStates();
416 }

Callers 4

constructorMethod · 0.95
getSaveFileMethod · 0.95
createBottomMenuBarMethod · 0.80
handleSpecialOptionsMethod · 0.80

Calls 2

getSaveFileMethod · 0.95
callEventMethod · 0.80

Tested by

no test coverage detected