fceugx/source/ngc/gcaudio.h

18 lines
442 B
C
Raw Normal View History

/****************************************************************************
2009-07-22 04:05:49 +02:00
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
2009-03-28 18:23:08 +01:00
* Tantric 2008-2009
* eke-eke October 2008
*
* gcaudio.h
*
* Audio driver
****************************************************************************/
void InitialiseAudio();
void ResetAudio();
void PlaySound( int *Buffer, int samples );
2009-03-28 18:23:08 +01:00
void SwitchAudioMode(int mode);
void ShutdownAudio();