From af25c15b0867bc8a0e7d3fa7c2818c48f5972c65 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Thu, 16 Aug 2018 10:40:10 -0600 Subject: [PATCH] mute sound when in turbo mode. otherwise the APU buffer can get messed up. --- source/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/input.cpp b/source/input.cpp index f8c7913..0f697d4 100644 --- a/source/input.cpp +++ b/source/input.cpp @@ -591,7 +591,7 @@ void ReportButtons () UpdatePads(); - Settings.TurboMode = ( + Settings.TurboMode = Settings.Mute = ( userInput[0].pad.substickX > 70 || userInput[0].WPAD_StickX(1) > 70 ); // RIGHT on c-stick and on classic controller right joystick