Added force 8-bit sound toggle to GUI in DOS port.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user