summaryrefslogtreecommitdiffstats
path: root/src/osd/modules/sound/js_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/sound/js_sound.cpp')
-rw-r--r--src/osd/modules/sound/js_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/sound/js_sound.cpp b/src/osd/modules/sound/js_sound.cpp
index 581de205d7b..afcf6ec8f2b 100644
--- a/src/osd/modules/sound/js_sound.cpp
+++ b/src/osd/modules/sound/js_sound.cpp
@@ -30,7 +30,7 @@ public:
// sound_module
- virtual void update_audio_stream(bool is_throttled, const INT16 *buffer, int samples_this_frame)
+ virtual void update_audio_stream(bool is_throttled, const int16_t *buffer, int samples_this_frame)
{
EM_ASM_ARGS({
// Forward audio stream update on to JS backend implementation.