Renamed MMX support variable
This commit is contained in:
@@ -1316,19 +1316,6 @@ GUIWinClicked:
|
||||
%%noclick
|
||||
%endmacro
|
||||
|
||||
%macro GUIClickCButtonMMX 3
|
||||
cmp eax,%1+1
|
||||
jl %%noclick
|
||||
cmp edx,%2+3
|
||||
jl %%noclick
|
||||
cmp eax,%1+6
|
||||
jg %%noclick
|
||||
cmp edx,%2+8
|
||||
jg %%noclick
|
||||
xor %3,2
|
||||
%%noclick
|
||||
%endmacro
|
||||
|
||||
%macro GUIClickCButtonAS 3
|
||||
cmp eax,%1+1
|
||||
jl %%noclick
|
||||
@@ -2179,7 +2166,7 @@ DisplayGUIOptionClick:
|
||||
GUIClickCButton2 11,36,byte[newengen],byte[cfgnewgfx],1
|
||||
.invalidng
|
||||
GUIClickCButtonAS 11,46,byte[AutoIncSaveSlot]
|
||||
GUIClickCButtonMMX 11,56,byte[FPUCopy]
|
||||
GUIClickCButton 11,56,byte[MMXSupport]
|
||||
GUIClickCButtonM 11,66,byte[pl12s34]
|
||||
%ifdef __MSDOS__
|
||||
GUIClickCButton 11,76,byte[SidewinderFix]
|
||||
|
||||
Reference in New Issue
Block a user