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

Method toggleFastForward

data/src/GameManager.js:431–433  ·  view source on GitHub ↗
(active)

Source from the content-addressed store, hash-verified

429 this.functions.setFastForwardRatio(ratio);
430 }
431 toggleFastForward(active) {
432 this.functions.toggleFastForward(active);
433 }
434 setSlowMotionRatio(ratio) {
435 this.functions.setSlowMotionRatio(ratio);
436 }

Callers 2

simulateInputMethod · 0.80
handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected