Triple buffering option (win)

This commit is contained in:
zsknight
2001-06-01 01:15:21 +00:00
parent 718e41938a
commit e2c8a56667
3 changed files with 47 additions and 21 deletions

View File

@@ -2176,10 +2176,11 @@ DisplayGUIVideoClick:
mov bl,[cvidmode]
cmp byte[GUIHSVID+ebx],0
je near .nohsline
GUIClickCButton4 21,123,byte[scanlines],byte[cfgscanline],1
GUIClickCButton4 61,123,byte[scanlines],byte[cfgscanline],3
GUIClickCButton4 101,123,byte[scanlines],byte[cfgscanline],2
GUIClickCButton4 21,114,byte[scanlines],byte[cfgscanline],1
GUIClickCButton4 61,114,byte[scanlines],byte[cfgscanline],3
GUIClickCButton4 101,114,byte[scanlines],byte[cfgscanline],2
.nohsline
GUIClickCButton 11,123,byte[TripleBufferWin]
xor ebx,ebx
mov bl,[cvidmode]
cmp byte[GUI2xVID+ebx],0