Added alternate timer to gui

This commit is contained in:
pagefault
2001-05-21 22:22:40 +00:00
parent 51fee95cd7
commit ff381befca
5 changed files with 41 additions and 13 deletions

View File

@@ -2085,7 +2085,12 @@ DisplayGUIOptionClick:
jne near .invalidng
GUIClickCButton2 11,36,byte[newengen],byte[cfgnewgfx],1
.invalidng
%ifdef __MSDOS__
GUIClickCButton2 11,46,byte[vsyncon],byte[cfgvsync],1
%endif
%ifdef __WIN32__
GUIClickCButton 11,46,byte[HighPriority]
%endif
GUIClickCButton2 11,56,byte[FPUCopy],byte[cfgcopymethod],2
GUIClickCButtonM 11,66,byte[pl12s34]
; cmp byte[OSPort],3
@@ -2095,7 +2100,7 @@ DisplayGUIOptionClick:
%endif
;.win32config
%ifdef __WIN32__
GUIClickCButton 11,76,byte[HighPriority]
GUIClickCButton 11,76,byte[AlternateTimer]
%endif
GUIClickCButton 11,86,byte[FPSAtStart]
GUIClickCButton 11,96,byte[Turbo30hz]