Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1286
void FCEUI_SetSoundQuality(int quality)
1287
{
1288
FSettings.soundq=quality;
1289
SetSoundVariables();
1290
}
1291
1292
void FCEUI_SetSoundVolume(uint32 volume)
1293
{
Callers
8
FCEUD_TurboOn
Function · 0.85
FCEUD_TurboOff
Function · 0.85
FCEUD_TurboToggle
Function · 0.85
SoundConCallB
Function · 0.85
main
Function · 0.85
InitSound
Function · 0.85
InitSound
Function · 0.85
InitSound
Function · 0.85
Calls
1
SetSoundVariables
Function · 0.85
Tested by
no test coverage detected