mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 21:14:21 +01:00
fix a missed break
This commit is contained in:
parent
5b18b0d1e9
commit
92075a1fbf
@ -3437,6 +3437,7 @@ static int MenuSettingsMenu()
|
||||
GCSettings.SFXVolume += 10;
|
||||
if(GCSettings.SFXVolume > 100)
|
||||
GCSettings.SFXVolume = 0;
|
||||
break;
|
||||
case 4:
|
||||
GCSettings.Rumble ^= 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user