mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 11:56:25 +01:00
fixed no sound on gamecube
This commit is contained in:
parent
7654604ec6
commit
c555a1db68
@ -93,6 +93,8 @@ InitAudio ()
|
||||
{
|
||||
#ifdef NO_SOUND
|
||||
AUDIO_Init (NULL);
|
||||
AUDIO_SetDSPSampleRate(AI_SAMPLERATE_32KHZ);
|
||||
AUDIO_RegisterDMACallback(GCMixSamples);
|
||||
#else
|
||||
ASND_Init();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user