aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authortwinaphex2017-08-14 08:06:11 +0200
committertwinaphex2017-08-14 08:06:11 +0200
commit78b32e05a8e3c221279ba40c8f19d762420be8a6 (patch)
tree522343d835ca7eec5ebae18c20ec35ac768250be /source/soundux.h
parent75dbfcb2348fb8f41feb5b9b1536d8525a47f9e3 (diff)
downloadsnesemu-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.gz
snesemu-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.bz2
snesemu-78b32e05a8e3c221279ba40c8f19d762420be8a6.zip
C++ comments need to become C
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/soundux.h b/source/soundux.h
index acf4664..a3b4bbc 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -44,7 +44,7 @@ typedef struct
{
int32_t playback_rate;
int32_t noise_gen;
- uint32_t freqbase; // notaz
+ uint32_t freqbase; /* notaz */
bool mute_sound;
} SoundStatus;