mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-30 14:34:22 +01:00
mute sound when in turbo mode. otherwise the APU buffer can get messed
up.
This commit is contained in:
parent
a2ebaeac72
commit
af25c15b08
@ -591,7 +591,7 @@ void ReportButtons ()
|
|||||||
|
|
||||||
UpdatePads();
|
UpdatePads();
|
||||||
|
|
||||||
Settings.TurboMode = (
|
Settings.TurboMode = Settings.Mute = (
|
||||||
userInput[0].pad.substickX > 70 ||
|
userInput[0].pad.substickX > 70 ||
|
||||||
userInput[0].WPAD_StickX(1) > 70
|
userInput[0].WPAD_StickX(1) > 70
|
||||||
); // RIGHT on c-stick and on classic controller right joystick
|
); // RIGHT on c-stick and on classic controller right joystick
|
||||||
|
Loading…
Reference in New Issue
Block a user