fceugx/source/gcaudio.h
libertyernie 28e304aeb5 Fix compilation errors with latest libOGC/devkitPPC
(Partially ported from snes9xgx: a417745817)
2018-07-28 15:45:29 -05:00

20 lines
501 B
C

/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
* Tantric 2008-2009
* eke-eke October 2008
*
* gcaudio.h
*
* Audio driver
****************************************************************************/
void InitialiseAudio();
void ResetAudio();
void PlaySound( int32 *Buffer, int samples );
void SwitchAudioMode(int mode);
void ShutdownAudio();
void UpdateSampleRate(int rate);
void SetSampleRate();