mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
17 lines
418 B
C
17 lines
418 B
C
/****************************************************************************
|
|
* FCE Ultra 0.98.12
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric September 2008
|
|
* eke-eke October 2008
|
|
*
|
|
* gcaudio.h
|
|
*
|
|
* Audio driver
|
|
****************************************************************************/
|
|
|
|
void InitialiseAudio();
|
|
void StopAudio();
|
|
void ResetAudio();
|
|
void PlaySound( int *Buffer, int samples );
|