Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1292
void FCEUI_SetSoundVolume(uint32 volume)
1293
{
1294
FSettings.SoundVolume=volume;
1295
}
1296
1297
void FCEUI_SetTriangleVolume(uint32 volume)
1298
{
Callers
13
SoundConCallB
Function · 0.85
FCEUD_SoundVolumeAdjust
Function · 0.85
main
Function · 0.85
InitSound
Function · 0.85
FCEUD_SoundVolumeAdjust
Function · 0.85
volumeChanged
Method · 0.85
mixerChanged
Function · 0.85
InitSound
Function · 0.85
FCEUD_SoundVolumeAdjust
Function · 0.85
FCEUD_SoundToggle
Function · 0.85
InitSound
Function · 0.85
FCEUD_SoundVolumeAdjust
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected