Removed alternate timer from Windows port
This commit is contained in:
@@ -914,11 +914,6 @@ GUIOptionKeys:
|
||||
jne .noscreensaver
|
||||
xor byte[DisableScreenSaver],1
|
||||
.noscreensaver
|
||||
cmp dh,'S'
|
||||
jne .noalttimer
|
||||
xor byte[AlternateTimer],1
|
||||
call guimustrestartmsg
|
||||
.noalttimer
|
||||
%endif
|
||||
ret
|
||||
|
||||
|
||||
@@ -2267,8 +2267,7 @@ DisplayGUIOptionClick:
|
||||
GUIClickCButton 11,156,byte[AutoState]
|
||||
GUIClickCButton 11,166,byte[DontSavePath]
|
||||
%ifdef __WIN32__
|
||||
GUIClickCButtonW 11,176,byte[DisableScreenSaver]
|
||||
GUIClickCButtonat 11,186,byte[AlternateTimer]
|
||||
GUIClickCButtonW 11,186,byte[DisableScreenSaver]
|
||||
%endif
|
||||
; Frameskip = 0
|
||||
cmp byte[frameskip],0
|
||||
|
||||
@@ -1417,8 +1417,8 @@ DisplayGUIOption:
|
||||
GUIOuttextwin2u 4,26,151,GUIOptionTextH,9
|
||||
GUIOuttextwin2u 4,26,161,GUIOptionTextI,15
|
||||
GUIOuttextwin2u 4,26,171,GUIOptionTextJ,0
|
||||
; GUIOuttextwin2u 4,26,181,GUIOptionTextK,1
|
||||
%ifdef __WIN32__
|
||||
GUIOuttextwin2u 4,26,181,GUIOptionTextK,1
|
||||
GUIOuttextwin2u 4,26,191,GUIOptionTextL,1
|
||||
%endif
|
||||
add byte[GUItextcolor],15
|
||||
@@ -1443,8 +1443,8 @@ DisplayGUIOption:
|
||||
GUIOuttextwin2 4,25,150,GUIOptionTextH
|
||||
GUIOuttextwin2 4,25,160,GUIOptionTextI
|
||||
GUIOuttextwin2 4,25,170,GUIOptionTextJ
|
||||
; GUIOuttextwin2 4,25,180,GUIOptionTextK
|
||||
%ifdef __WIN32__
|
||||
GUIOuttextwin2 4,25,180,GUIOptionTextK
|
||||
GUIOuttextwin2 4,25,190,GUIOptionTextL
|
||||
%endif
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
@@ -1548,17 +1548,17 @@ DisplayGUIOption:
|
||||
.nocheckbox14
|
||||
GUIDisplayIconWin 4,11,166,[GUITemp]
|
||||
%ifdef __WIN32__
|
||||
; mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
; cmp byte[AlternateTimer],0
|
||||
; je .nocheckbox16
|
||||
; mov dword[GUITemp],GUIIconDataCheckBoxC
|
||||
;.nocheckbox16
|
||||
; GUIDisplayIconWin 4,11,186,[GUITemp]
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
cmp byte[DisableScreenSaver],0
|
||||
je .nocheckbox15
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxC
|
||||
.nocheckbox15
|
||||
GUIDisplayIconWin 4,11,176,[GUITemp]
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxUC
|
||||
cmp byte[AlternateTimer],0
|
||||
je .nocheckbox16
|
||||
mov dword[GUITemp],GUIIconDataCheckBoxC
|
||||
.nocheckbox16
|
||||
GUIDisplayIconWin 4,11,186,[GUITemp]
|
||||
%endif
|
||||
cmp byte[frameskip],0
|
||||
@@ -1624,8 +1624,8 @@ GUIOptionTextG db 'OLD GFX MODE 2',0
|
||||
GUIOptionTextH db 'START AT LATEST SAVE',0
|
||||
GUIOptionTextI db 'AUTO STATE SAVE/LOAD',0
|
||||
GUIOptionTextJ db 'DON',39,'T SAVE CUR PATH',0
|
||||
GUIOptionTextK db 'DISABLE SCREENSAVER',0
|
||||
GUIOptionTextL db 'USE ALTERNATE TIMER',0
|
||||
GUIOptionTextK db 'BLANK SPACE',0
|
||||
GUIOptionTextL db 'DISABLE SCREENSAVER',0
|
||||
GUIOptionText8 db '-',0
|
||||
GUIOptionText9 db '+',0
|
||||
GUIOptionText10 db '-',0
|
||||
|
||||
Reference in New Issue
Block a user