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

Method quickLoad

data/src/GameManager.js:240–247  ·  view source on GitHub ↗
(slot)

Source from the content-addressed store, hash-verified

238 return true;
239 }
240 quickLoad(slot) {
241 if (!slot) slot = 1;
242 (async () => {
243 let name = slot + "-quick.state";
244 this.clearEJSResetTimer();
245 this.functions.loadState(name, 0);
246 })();
247 }
248 simulateInput(player, index, value) {
249 if (this.EJS.isNetplay) {
250 this.EJS.netplay.simulateInput(player, index, value);

Callers 2

simulateInputMethod · 0.95
createContextMenuMethod · 0.80

Calls 2

clearEJSResetTimerMethod · 0.95
loadStateMethod · 0.80

Tested by

no test coverage detected