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

Function FCEUI_SetSoundVolume

src/sound.cpp:1292–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292void FCEUI_SetSoundVolume(uint32 volume)
1293{
1294 FSettings.SoundVolume=volume;
1295}
1296
1297void FCEUI_SetTriangleVolume(uint32 volume)
1298{

Callers 13

SoundConCallBFunction · 0.85
FCEUD_SoundVolumeAdjustFunction · 0.85
mainFunction · 0.85
InitSoundFunction · 0.85
FCEUD_SoundVolumeAdjustFunction · 0.85
volumeChangedMethod · 0.85
mixerChangedFunction · 0.85
InitSoundFunction · 0.85
FCEUD_SoundVolumeAdjustFunction · 0.85
FCEUD_SoundToggleFunction · 0.85
InitSoundFunction · 0.85
FCEUD_SoundVolumeAdjustFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected