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

Method toggleMainLoop

data/src/GameManager.js:379–381  ·  view source on GitHub ↗
(playing)

Source from the content-addressed store, hash-verified

377 this.functions.setVSync(enabled);
378 }
379 toggleMainLoop(playing) {
380 this.functions.toggleMainLoop(playing);
381 }
382 getCoreOptions() {
383 return this.functions.getCoreOptions();
384 }

Callers 2

constructorMethod · 0.95
createBottomMenuBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected