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