mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 13:55:33 -04:00
Version 4.9d - new opening jingle for the upcoming release. Otgher minor tweaks and cleanups.
This commit is contained in:
parent
f42f8c329c
commit
8ae21e0ad8
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules
|
|||||||
|
|
||||||
export TARGET := NINTV-DS
|
export TARGET := NINTV-DS
|
||||||
export TOPDIR := $(CURDIR)
|
export TOPDIR := $(CURDIR)
|
||||||
export VERSION := 4.9c
|
export VERSION := 4.9d
|
||||||
|
|
||||||
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"
|
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"
|
||||||
|
|
||||||
|
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
Binary file not shown.
@ -487,7 +487,7 @@ void ApplyOptions(void)
|
|||||||
|
|
||||||
clocksPerSample = clockDivisor<<4;
|
clocksPerSample = clockDivisor<<4;
|
||||||
|
|
||||||
// Check if the sound changed...
|
// In case the sound changed... restart the audio processor
|
||||||
extern void audioRampDown(void);
|
extern void audioRampDown(void);
|
||||||
audioRampDown();
|
audioRampDown();
|
||||||
bStartSoundFifo=true;
|
bStartSoundFifo=true;
|
||||||
|
@ -1243,7 +1243,7 @@ void dsShowScreenMain(bool bFull, bool bPlayJingle)
|
|||||||
|
|
||||||
if (bPlayJingle)
|
if (bPlayJingle)
|
||||||
{
|
{
|
||||||
soundPlaySample((const void *) mus_intro_wav, SoundFormat_ADPCM, mus_intro_wav_size, 22050, 127, 64, false, 0);
|
soundPlaySample((const void *) mus_intro_wav, SoundFormat_16Bit, mus_intro_wav_size, 22050, 127, 64, false, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user