Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EmulatorJS/EmulatorJS
/ toggleShader
Method
toggleShader
data/src/GameManager.js:394–396 ·
view source on GitHub ↗
(active)
Source
from the content-addressed store, hash-verified
392
this.functions.resetCheat();
393
}
394
toggleShader(active) {
395
this.functions.toggleShader(active);
396
}
397
getDiskCount() {
398
return
this.functions.getDiskCount();
399
}
Callers
1
enableShader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected