Misc. bug fixes
This commit is contained in:
@@ -833,6 +833,7 @@ GUIOptionKeys:
|
|||||||
.noautoincsave
|
.noautoincsave
|
||||||
cmp dh,'M'
|
cmp dh,'M'
|
||||||
jne .nommxcopy
|
jne .nommxcopy
|
||||||
|
xor byte[MMXSupport],1
|
||||||
call MMXCheck
|
call MMXCheck
|
||||||
.nommxcopy
|
.nommxcopy
|
||||||
cmp dh,'U'
|
cmp dh,'U'
|
||||||
|
|||||||
@@ -1363,7 +1363,7 @@ GUIWinClicked:
|
|||||||
%%noclick
|
%%noclick
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro GUIClickCButton5MMX 4
|
%macro GUIClickCButton5MMXC 4
|
||||||
cmp eax,%1+1
|
cmp eax,%1+1
|
||||||
jl %%noclick
|
jl %%noclick
|
||||||
cmp edx,%2+3
|
cmp edx,%2+3
|
||||||
@@ -2364,12 +2364,12 @@ DisplayGUISoundClick:
|
|||||||
GUIClickCButton5 11,163,byte[SoundInterpType],1
|
GUIClickCButton5 11,163,byte[SoundInterpType],1
|
||||||
GUIClickCButton5 11,173,byte[SoundInterpType],2
|
GUIClickCButton5 11,173,byte[SoundInterpType],2
|
||||||
%ifndef __MSDOS__
|
%ifndef __MSDOS__
|
||||||
GUIClickCButton5MMX 11,183,byte[SoundInterpType],3
|
GUIClickCButton5MMXC 11,183,byte[SoundInterpType],3
|
||||||
%endif
|
%endif
|
||||||
GUIClickCButton5 111,163,byte[LowPassFilterType],1
|
GUIClickCButton5 111,163,byte[LowPassFilterType],1
|
||||||
GUIClickCButton5 111,173,byte[LowPassFilterType],2
|
GUIClickCButton5 111,173,byte[LowPassFilterType],2
|
||||||
%ifndef __MSDOS__
|
%ifndef __MSDOS__
|
||||||
GUIClickCButton5MMX 111,183,byte[LowPassFilterType],3
|
GUIClickCButton5MMXC 111,183,byte[LowPassFilterType],3
|
||||||
%endif
|
%endif
|
||||||
cmp eax,15
|
cmp eax,15
|
||||||
jl near .nosrate
|
jl near .nosrate
|
||||||
|
|||||||
Reference in New Issue
Block a user