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

Method setRewindGranularity

data/src/GameManager.js:440–442  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

438 this.functions.toggleSlowMotion(active);
439 }
440 setRewindGranularity(value) {
441 this.functions.setRewindGranularity(value);
442 }
443 getFrameNum() {
444 return this.functions.getFrameNum();
445 }

Callers 1

handleSpecialOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected