snes9x/gtk/src/gtk_sound.h

20 lines
633 B
C
Raw Normal View History

/*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
2010-09-25 17:46:12 +02:00
#ifndef __GTK_SOUND_H
#define __GTK_SOUND_H
void S9xPortSoundInit();
void S9xPortSoundDeinit();
void S9xPortSoundReinit();
void S9xSoundStart();
void S9xSoundStop();
2010-09-25 17:46:12 +02:00
int S9xSoundBase2log(int num);
int S9xSoundPowerof2(int num);
2010-09-25 17:46:12 +02:00
#endif /* __GTK_SOUND_H */