shithub: cstory

Download patch

ref: 22c998719123fdddda7dff33ed070a905bf131a9
parent: cbeeb7a1808bcb441ae640761dd70474e84e2c17
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Apr 24 15:48:38 EDT 2020

Dear me: Test your fixes before committing them

you complete tit-head

--- a/src/Backends/Audio/WiiU-Software.cpp
+++ b/src/Backends/Audio/WiiU-Software.cpp
@@ -95,7 +95,7 @@
 			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];