| 1868 | if (muteTurbo && soundo) TrashSound(); |
| 1869 | } |
| 1870 | void 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 | } |
| 1878 | void FCEUD_TurboToggle(void) |
| 1879 | { |
| 1880 | if (turbo) { |
nothing calls this directly
no test coverage detected