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

Method setSlowMotionRatio

data/src/GameManager.js:434–436  ·  view source on GitHub ↗
(ratio)

Source from the content-addressed store, hash-verified

432 this.functions.toggleFastForward(active);
433 }
434 setSlowMotionRatio(ratio) {
435 this.functions.setSlowMotionRatio(ratio);
436 }
437 toggleSlowMotion(active) {
438 this.functions.toggleSlowMotion(active);
439 }

Callers 1

handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected