Home
last modified time | relevance | path

Searched defs:sfxVolume (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/asylum/system/
H A Dconfig.h47 int32 sfxVolume; variable
/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DSoundPlayer.h107 int sfxVolume; variable
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Ds_sound.c86 int sfxVolume = 8; variable
114 void S_Init(int sfxVolume, int musicVolume) in S_Init()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cge2/
H A Dtoolbar.cpp145 int sfxVolume = ConfMan.getInt("sfx_volume"); in checkVolumeSwitches() local
/dports/games/scummvm/scummvm-2.5.1/engines/cge2/
H A Dtoolbar.cpp145 int sfxVolume = ConfMan.getInt("sfx_volume"); in checkVolumeSwitches() local
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dscummvm_file.cpp51 …double sfxVolume = !ConfMan.hasKey("sfx_volume") ? 1.0 : 1.0 * ConfMan.getInt("sfx_volume") / 255.… in setupConfigFile() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Daudiosettingsdialog.cpp47 CVarSliderWidget *sfxVolume; in DENG_GUI_PIMPL() local
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/setup/
H A Dsound.c58 static int sfxVolume = 8; variable
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Ds_sound.c87 int sfxVolume = 8; variable
136 void S_Init(int sfxVolume, int musicVolume, int voiceVolume) in S_Init()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Ds_sound.c87 int sfxVolume = 8; variable
136 void S_Init(int sfxVolume, int musicVolume, int voiceVolume) in S_Init()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DConfig.cpp65 sfxVolume = 10, variable
168 sfxVolume = "effects_volume", variable
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Dsound.c59 static int sfxVolume = 8; variable
/dports/games/trackballs/trackballs-1.3.3/src/
H A Dsettings.h51 double sfxVolume, musicVolume; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dsound.h154 uint sfxVolume() const { return _sfxVolume; } in sfxVolume() function
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Ds_sound.c89 int sfxVolume = 8; variable
240 void S_Init(int sfxVolume, int musicVolume) in S_Init()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dsound_driver.cpp224 int SoundDriver::songCommand(uint commandId, byte musicVolume, byte sfxVolume) { in songCommand()
H A Dsound.cpp158 int Sound::songCommand(uint commandId, byte musicVolume, byte sfxVolume) { in songCommand()
/dports/games/scummvm/scummvm-2.5.1/common/lua/
H A Dscummvm_file.cpp58 …double sfxVolume = !ConfMan.hasKey("sfx_volume") ? 1.0 : 1.0 * ConfMan.getInt("sfx_volume") / 255.… in setupConfigFile() local
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dsound_driver.cpp207 int SoundDriver::songCommand(uint commandId, byte musicVolume, byte sfxVolume) { in songCommand()
H A Dsound.cpp166 int Sound::songCommand(uint commandId, byte musicVolume, byte sfxVolume) { in songCommand()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dguest_additions.cpp998 …const int16 sfxVolume = (ConfMan.getInt("sfx_volume") + 1) * Audio32::kMaxVolume / Audio::Mixer::k… in restoreFromLauncher() local
1103 …const int16 sfxVolume = (ConfMan.getInt("sfx_volume") + 1) * 100 / Audio::Mixer::kMaxMixerVo… in restoreFromLauncher() local
1223 void GuestAdditions::syncTorinVolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, con… in restoreFromLauncher() argument
1585 void GuestAdditions::syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speech… in restoreFromLauncher() argument
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dguest_additions.cpp1033 …const int16 sfxVolume = (ConfMan.getInt("sfx_volume") + 1) * Audio32::kMaxVolume / Audio::Mixer::k… in restoreFromLauncher() local
1131 …const int16 sfxVolume = (ConfMan.getInt("sfx_volume") + 1) * 100 / Audio::Mixer::kMaxMixerVo… in restoreFromLauncher() local
1261 void GuestAdditions::syncTorinVolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, con… in restoreFromLauncher() argument
1641 void GuestAdditions::syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speech… in restoreFromLauncher() argument
/dports/games/scummvm/scummvm-2.5.1/engines/agos/drivers/accolade/
H A Dpc98.cpp382 void PC98FMDriver::setVolume(int musicVolume, int sfxVolume) { in setVolume()
648 void PC98MidiDriver::setVolume(int musicVolume, int sfxVolume) { in setVolume()
/dports/games/heretic/glheretic-1.2/soundclient/
H A Dsoundst.c254 void S_Init( int sfxVolume, int musicVolume ) in S_Init()
/dports/games/prboom/prboom-2.5.0/src/
H A Ds_sound.c120 void S_Init(int sfxVolume, int musicVolume) in S_Init()

12