mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-03-01 17:25:33 +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;
|
GCSettings.SFXVolume += 10;
|
||||||
if(GCSettings.SFXVolume > 100)
|
if(GCSettings.SFXVolume > 100)
|
||||||
GCSettings.SFXVolume = 0;
|
GCSettings.SFXVolume = 0;
|
||||||
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
GCSettings.Rumble ^= 1;
|
GCSettings.Rumble ^= 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user