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
|
NEWSYM AdjustFrequency
|
||||||
mov al,[SoundInterpType]
|
mov al,[SoundInterpType]
|
||||||
%ifndef __MSDOS__
|
|
||||||
mov ah,[MMXSupport]
|
mov ah,[MMXSupport]
|
||||||
cmp ah,0
|
cmp ah,0
|
||||||
jne .mmx
|
jne .mmx
|
||||||
%endif
|
|
||||||
mov al,1
|
mov al,1
|
||||||
mov [SoundInterpType],al
|
mov [SoundInterpType],al
|
||||||
.mmx
|
.mmx
|
||||||
|
|||||||
Reference in New Issue
Block a user