mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
18 lines
442 B
C
18 lines
442 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( int *Buffer, int samples );
|
|
void SwitchAudioMode(int mode);
|
|
void ShutdownAudio();
|