diff options
Diffstat (limited to 'source/soundux.h')
-rw-r--r-- | source/soundux.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |