mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
15 lines
369 B
C
15 lines
369 B
C
|
/****************************************************************************
|
||
|
* FCE Ultra 0.98.12
|
||
|
* Nintendo Wii/Gamecube Port
|
||
|
*
|
||
|
* Tantric September 2008
|
||
|
*
|
||
|
* audio.h
|
||
|
*
|
||
|
* Audio driver
|
||
|
****************************************************************************/
|
||
|
|
||
|
void InitialiseSound();
|
||
|
void StopAudio();
|
||
|
void PlaySound( void *Buf, int samples );
|