mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-28 02:54:15 +01:00
Decreased the menu volume a bit
This commit is contained in:
parent
0d31b76460
commit
c4be0fe8b7
@ -1625,7 +1625,7 @@ void play_click(int sound)
|
||||
if (sound_type == SOUND_ASND)
|
||||
{
|
||||
ASND_SetVoice(2,VOICE_STEREO_16BIT_BE,ordenador.freq,0, click_buffer_pointer[sound],len_click_buffer[sound],
|
||||
ordenador.gui_volume*51, ordenador.gui_volume*51, NULL);
|
||||
ordenador.gui_volume*40, ordenador.gui_volume*40, NULL);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user