mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 13:55:33 -04:00
Version 4.9c with improvement to ramp down audio gently to help soften audio pops/clicks when entering and exiting various menus. Audio volume tweaked slightly.
This commit is contained in:
parent
b062069132
commit
f42f8c329c
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
@ -488,8 +488,10 @@ void ApplyOptions(void)
|
||||
clocksPerSample = clockDivisor<<4;
|
||||
|
||||
// Check if the sound changed...
|
||||
fifoSendValue32(FIFO_USER_01,(1<<16) | SOUND_KILL);
|
||||
extern void audioRampDown(void);
|
||||
audioRampDown();
|
||||
bStartSoundFifo=true;
|
||||
|
||||
// clears the emulator side of the audio mixer
|
||||
audioMixer->resetProcessor();
|
||||
|
||||
|
@ -295,6 +295,7 @@ void AudioMixerDS::resetProcessor()
|
||||
outputBufferWritePosition = 0;
|
||||
}
|
||||
|
||||
audioRampDown();
|
||||
fifoSendValue32(FIFO_USER_01,(1<<16) | SOUND_KILL);
|
||||
|
||||
// clears the emulator side of the audio mixer
|
||||
|
Loading…
Reference in New Issue
Block a user