From 7d788578b2cfe454d5c266552411820b50075d08 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 20 Jan 2013 22:26:24 -0500 Subject: Initial 8-bit sound commit. For the lulz! --- source/soundux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/soundux.h') diff --git a/source/soundux.h b/source/soundux.h index 8fb8396..224d24a 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -220,6 +220,8 @@ typedef struct EXTERN_C SSoundData SoundData; +void S9xSetEightBitConsoleSound (bool8 Enabled); + void S9xSetSoundVolume (int channel, short volume_left, short volume_right); void S9xSetSoundFrequency (int channel, int hertz); void S9xSetSoundHertz (int channel, int hertz); -- cgit v1.2.3