diff options
| author | 2025-06-28 06:01:30 +1000 | |
|---|---|---|
| committer | 2025-06-28 06:01:30 +1000 | |
| commit | 6c7e85000eb367cc71bd237de3aade9071153ed3 (patch) | |
| tree | d2738b14e20a2edb55244db16ac3f3b5ffb8899e | |
| parent | d1bf2657ba18f2422d212de1676a31912f93671f (diff) | |
sound/js_sound.cpp: Hopefully fix Emscripten build; zx81_cass.xml: Fixed an obvious typo.
| -rw-r--r-- | hash/zx81_cass.xml | 2 | ||||
| -rw-r--r-- | src/osd/modules/sound/js_sound.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hash/zx81_cass.xml b/hash/zx81_cass.xml index 45eea5ba62c..23c770cf551 100644 --- a/hash/zx81_cass.xml +++ b/hash/zx81_cass.xml @@ -10839,7 +10839,7 @@ Defender: not working </software> <software name="madmaze"> - <description>Mad Maze (type-in, Sunclair User № 11 - February 1983)</description> + <description>Mad Maze (type-in, Sinclair User № 11 - February 1983)</description> <year>1983</year> <publisher>ECC Publications</publisher> <info name="usage" value="type RUN after loading the tape" /> diff --git a/src/osd/modules/sound/js_sound.cpp b/src/osd/modules/sound/js_sound.cpp index d03e49a7577..74ad3c923db 100644 --- a/src/osd/modules/sound/js_sound.cpp +++ b/src/osd/modules/sound/js_sound.cpp @@ -94,7 +94,7 @@ public: m_current_stream_id = 0; } - virtual void stream_sink_update(uint32_t, const int16_t *buffer, int samples_this_frame) override + virtual void stream_sink_update(uint32_t id, const int16_t *buffer, int samples_this_frame) override { if (id != m_current_stream_id) return; |
