mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +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
|
#ifdef NO_SOUND
|
||||||
AUDIO_Init (NULL);
|
AUDIO_Init (NULL);
|
||||||
|
AUDIO_RegisterDMACallback(AudioSwitchBuffers);
|
||||||
#else
|
#else
|
||||||
ASND_Init();
|
ASND_Init();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user