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

Method resetCheat

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

Source from the content-addressed store, hash-verified

389 this.functions.setCheat(index, enabled, code);
390 }
391 resetCheat() {
392 this.functions.resetCheat();
393 }
394 toggleShader(active) {
395 this.functions.toggleShader(active);
396 }

Callers 2

updateCheatUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected