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

Method loadSaveFiles

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

Source from the content-addressed store, hash-verified

422 return (exists ? this.FS.readFile(this.getSaveFilePath()) : null);
423 }
424 loadSaveFiles() {
425 this.clearEJSResetTimer();
426 this.functions.loadSaveFiles();
427 }
428 setFastForwardRatio(ratio) {
429 this.functions.setFastForwardRatio(ratio);
430 }

Callers 1

createBottomMenuBarMethod · 0.80

Calls 1

clearEJSResetTimerMethod · 0.95

Tested by

no test coverage detected