Fix for cublic spline interpolation in dos port, it should actually save the option now!
This commit is contained in:
@@ -516,11 +516,9 @@ EXTSYM MMXSupport
|
||||
|
||||
NEWSYM AdjustFrequency
|
||||
mov al,[SoundInterpType]
|
||||
%ifndef __MSDOS__
|
||||
mov ah,[MMXSupport]
|
||||
cmp ah,0
|
||||
jne .mmx
|
||||
%endif
|
||||
mov al,1
|
||||
mov [SoundInterpType],al
|
||||
.mmx
|
||||
|
||||
Reference in New Issue
Block a user