Merge branch 'release0278' into HEAD

This commit is contained in:
Vas Crabb 2025-06-28 06:02:22 +10:00
commit d3203aa34f
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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;