MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUD_TurboOff

Function FCEUD_TurboOff

src/drivers/win/input.cpp:1870–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868 if (muteTurbo && soundo) TrashSound();
1869 }
1870void FCEUD_TurboOff (void)
1871 {
1872 winsync = tempwinsync; //Restore winsync setting
1873 soundquality = tempsoundquality; //Restore sound quality settings
1874 FCEUI_SetSoundQuality(soundquality);
1875 turbo = false;
1876 if (muteTurbo && soundo) InitSound();
1877 }
1878void FCEUD_TurboToggle(void)
1879{
1880 if (turbo) {

Callers

nothing calls this directly

Calls 2

FCEUI_SetSoundQualityFunction · 0.85
InitSoundFunction · 0.70

Tested by

no test coverage detected