mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
fixed no sound on gamecube
This commit is contained in:
parent
db6ab63ed1
commit
45b9b1dd51
@ -85,6 +85,7 @@ void InitialiseAudio()
|
||||
{
|
||||
#ifdef NO_SOUND
|
||||
AUDIO_Init (NULL);
|
||||
AUDIO_RegisterDMACallback(AudioSwitchBuffers);
|
||||
#else
|
||||
ASND_Init();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user