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

Function FCEUI_SetSoundQuality

src/sound.cpp:1286–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286void FCEUI_SetSoundQuality(int quality)
1287{
1288 FSettings.soundq=quality;
1289 SetSoundVariables();
1290}
1291
1292void FCEUI_SetSoundVolume(uint32 volume)
1293{

Callers 8

FCEUD_TurboOnFunction · 0.85
FCEUD_TurboOffFunction · 0.85
FCEUD_TurboToggleFunction · 0.85
SoundConCallBFunction · 0.85
mainFunction · 0.85
InitSoundFunction · 0.85
InitSoundFunction · 0.85
InitSoundFunction · 0.85

Calls 1

SetSoundVariablesFunction · 0.85

Tested by

no test coverage detected