fceugx/source/ngc/gcaudio.h

18 lines
450 B
C
Raw Normal View History

/****************************************************************************
* FCE Ultra 0.98.12
* 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();