Added force 8-bit sound toggle to GUI in DOS port.

This commit is contained in:
stainless
2001-11-09 06:16:05 +00:00
parent 4cd11b6f78
commit b0306a448b
4 changed files with 22 additions and 2 deletions

View File

@@ -1208,6 +1208,12 @@ GUISoundKeys:
jne .notenablesound
xor byte[cfgsoundon],1
.notenablesound
%ifdef __MSDOS__
cmp dh,'F'
jne .notforce8b
xor byte[cfgforce8b],1
.notforce8b
%endif
cmp dh,'S'
jne .notstereo
xor byte[cfgStereoSound],1