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

@@ -888,11 +888,11 @@ GUIOptionKeys:
jne .nosavepath
xor byte[DontSavePath],1
.nosavepath
cmp dh,'I'
jne .nospcdisable
xor byte[SPCDisable],1
.nospcdisable
%ifdef __WIN32__
cmp dh,'I'
jne .noscreensaver
xor byte[DisableScreenSaver],1
.noscreensaver
cmp dh,'S'
jne .noalttimer
xor byte[AlternateTimer],1
@@ -1020,6 +1020,10 @@ GUISoundKeys:
jne .nocubic
xor byte[UseCubicSpline],1
.nocubic
cmp dh,'D'
jne .nospcdisable
xor byte[SPCDisable],1
.nospcdisable
%ifdef __WIN32__
cmp dh,'X'
jne .noexclusivesound