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

Method setupPreLoadSettings

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

Source from the content-addressed store, hash-verified

59 })
60 }
61 setupPreLoadSettings() {
62 this.Module.callbacks.setupCoreSettingFile = (filePath) => {
63 if (this.EJS.debug) console.log("Setting up core settings with path:", filePath);
64 this.writeFile(filePath, this.EJS.getCoreSettings());
65 }
66 }
67 mountFileSystems() {
68 return new Promise(async resolve => {
69 this.mkdir("/data");

Callers 1

constructorMethod · 0.95

Calls 2

writeFileMethod · 0.95
getCoreSettingsMethod · 0.80

Tested by

no test coverage detected