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

Function FCEUI_Sound

src/sound.cpp:1275–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275void FCEUI_Sound(int Rate)
1276{
1277 FSettings.SndRate=Rate;
1278 SetSoundVariables();
1279}
1280
1281void FCEUI_SetLowPass(int q)
1282{

Callers 8

InitSoundFunction · 0.85
InitSoundFunction · 0.85
KillSoundFunction · 0.85
InitSoundFunction · 0.85
KillSoundFunction · 0.85
InitSoundFunction · 0.85
KillSoundFunction · 0.85
InitSoundFunction · 0.85

Calls 1

SetSoundVariablesFunction · 0.85

Tested by

no test coverage detected