Home
last modified time | relevance | path

Searched refs:SetSfxVolume (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DHdAudioDevice.cpp17 _oggMixer->SetSfxVolume(_sfxVolume); in HdAudioDevice()
35 _oggMixer->SetSfxVolume(_sfxVolume); in StreamState()
131 _oggMixer->SetSfxVolume(value); in WriteRAM()
H A DOggMixer.h31 void SetSfxVolume(uint8_t volume);
H A DOggMixer.cpp57 void OggMixer::SetSfxVolume(uint8_t volume) in SetSfxVolume() function in OggMixer
/dports/games/ivan/ivan-059/FeLib/Include/
H A Dsfx.h29 static void SetSfxVolume(long l){lSfxVol=l;} in SetSfxVolume() function
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dsound.h82 static void SetSfxVolume( int vol ) { sfx_volume = vol; } in SetSfxVolume() function
H A Dsound.cpp91 SetSfxVolume( vol ); in InitSfx()
/dports/games/pioneer/pioneer-20210723/src/sound/
H A DSound.h79 void SetSfxVolume(const float vol);
H A DSound.cpp138 void SetSfxVolume(const float vol) in SetSfxVolume() function
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Di_sound.cpp124 GSnd->SetSfxVolume (self);
132 void SetSfxVolume (float volume) in SetSfxVolume() function in NullSoundRenderer
H A Di_sound.h96 virtual void SetSfxVolume (float volume) = 0;
H A Dfmodsound.h16 void SetSfxVolume (float volume);
H A Doalsound.h72 virtual void SetSfxVolume(float volume);
H A Doalsound.cpp936 void OpenALSoundRenderer::SetSfxVolume(float volume) in SetSfxVolume() function in OpenALSoundRenderer
H A Dfmodsound.cpp1399 void FMODSoundRenderer::SetSfxVolume(float volume) in SetSfxVolume() function in FMODSoundRenderer
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsound.h201 void SetSfxVolume(int32 v);
H A Dp4_pc.cpp120 SetSfxVolume(getConfigValueWithDefault(config, "Option Settings", "SfxVolume", 127)); in ReadConfigFromIniFile()
H A Dsound.cpp73 void SetSfxVolume(int32 v) { in SetSfxVolume() function
H A Doptions_manager_pc.cpp2463 SetSfxVolume(GetSfxVolume() + 1); in AlterSelected()
2466 SetSfxVolume(GetSfxVolume() - 1); in AlterSelected()
/dports/games/pioneer/pioneer-20210723/src/
H A DPi.cpp523 Sound::SetSfxVolume(Pi::config->Float("SfxVolume")); in Start()
528 if (Pi::config->Int("SfxMuted")) Sound::SetSfxVolume(0.f); in Start()
/dports/games/ivan/ivan-059/Main/Source/
H A Diconf.cpp1189 soundeffects::SetSfxVolume(SfxVolume.Value); in SfxVolumeHandler()
1359 soundeffects::SetSfxVolume(SfxVolume.Value); in Initialize()
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaEngine.cpp579 Sound::SetSfxVolume(muted ? 0.0f : volume); in set_effects_volume()
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dinitwindow.cpp1428 Audio::SetSfxVolume( sfxvol->Level() ); in WidgetActivated()