aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-09 20:08:38 -0500
committerNebuleon Fumika2013-02-09 20:08:38 -0500
commit5f3a27e9e02a3946ab5b578d20c66d1269fae3c3 (patch)
tree36e31e63152000f767126d2f83a32b3730ff3db7 /source/soundux.h
parente2eeb6bf85431329a0e23650dc081f59249795f8 (diff)
parentcb12547b854a87aaf6c18ebd20c52f762141cdc1 (diff)
downloadsnes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.gz
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.tar.bz2
snes9x2005-5f3a27e9e02a3946ab5b578d20c66d1269fae3c3.zip
Merge branch '8bitsound'
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/soundux.h b/source/soundux.h
index b603df8..b57e945 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);