Added disable screensaver option; moved disable spc emu to sound menu

This commit is contained in:
pagefault
2001-06-20 21:20:47 +00:00
parent 24697856a2
commit b1415b70db
5 changed files with 50 additions and 17 deletions

View File

@@ -2119,8 +2119,8 @@ DisplayGUIOptionClick:
GUIClickCButton 11,146,byte[LatestSave]
GUIClickCButton 11,156,byte[AutoState]
GUIClickCButton 11,166,byte[DontSavePath]
GUIClickCButton 11,176,byte[SPCDisable]
%ifdef __WIN32__
GUIClickCButton 11,176,byte[DisableScreenSaver]
GUIClickCButtonat 11,186,byte[AlternateTimer]
%endif
; Frameskip = 0
@@ -2249,8 +2249,9 @@ DisplayGUISoundClick:
GUIClickCButton 11,141,byte[LowPassFilter]
GUIClickCButton 11,151,byte[SoundBufEn]
GUIClickCButton 11,161,byte[UseCubicSpline]
GUIClickCButton 11,171,byte[SPCDisable]
%ifdef __WIN32__
GUIClickCButton 11,171,byte[ExclusiveSound]
GUIClickCButton 11,181,byte[ExclusiveSound]
%endif
cmp eax,15
jl near .nosrate