Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
defineNetplayFunctions
Method · 0.80
updateCheatUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected