mirror of
https://github.com/dborth/vbagx.git
synced 2025-02-11 00:08:50 +01:00
This commit is contained in:
parent
67d5d3d0c7
commit
a769780c35
@ -133,6 +133,7 @@ void InitialiseSound()
|
|||||||
{
|
{
|
||||||
#ifdef NO_SOUND
|
#ifdef NO_SOUND
|
||||||
AUDIO_Init (NULL);
|
AUDIO_Init (NULL);
|
||||||
|
AUDIO_SetDSPSampleRate(AI_SAMPLERATE_48KHZ);
|
||||||
AUDIO_RegisterDMACallback(AudioPlayer);
|
AUDIO_RegisterDMACallback(AudioPlayer);
|
||||||
#else
|
#else
|
||||||
ASND_Init();
|
ASND_Init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user