mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 19:51:50 +01:00
fixed no sound on gamecube
This commit is contained in:
parent
f2d89a51b9
commit
061d03ac04
@ -128,6 +128,7 @@ void InitialiseSound()
|
|||||||
{
|
{
|
||||||
#ifdef NO_SOUND
|
#ifdef NO_SOUND
|
||||||
AUDIO_Init (NULL);
|
AUDIO_Init (NULL);
|
||||||
|
AUDIO_RegisterDMACallback(AudioPlayer);
|
||||||
#else
|
#else
|
||||||
ASND_Init();
|
ASND_Init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user