From 22c998719123fdddda7dff33ed070a905bf131a9 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 24 Apr 2020 19:48:38 +0100 Subject: [PATCH] Dear me: Test your fixes before committing them you complete tit-head --- src/Backends/Audio/WiiU-Software.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backends/Audio/WiiU-Software.cpp b/src/Backends/Audio/WiiU-Software.cpp index fc6ec21a..dd6cfc63 100644 --- a/src/Backends/Audio/WiiU-Software.cpp +++ b/src/Backends/Audio/WiiU-Software.cpp @@ -95,7 +95,7 @@ static void FrameCallback(void) stream_buffer_float[i] = 0.0f; // Fill mixer buffer - FillMixerBuffer(stream_buffer_float, buffer_length; + FillMixerBuffer(stream_buffer_float, buffer_length); // Deinterlate samples, convert them to S16, and write them to the double-buffers short *left_output_buffer = &stream_buffers[0][buffer_length * last_buffer];