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

Method setFastForwardRatio

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

Source from the content-addressed store, hash-verified

426 this.functions.loadSaveFiles();
427 }
428 setFastForwardRatio(ratio) {
429 this.functions.setFastForwardRatio(ratio);
430 }
431 toggleFastForward(active) {
432 this.functions.toggleFastForward(active);
433 }

Callers 1

handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected