mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 11:11: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
|
||||
AUDIO_Init (NULL);
|
||||
AUDIO_RegisterDMACallback(AudioPlayer);
|
||||
#else
|
||||
ASND_Init();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user