Move KitchenSync option to command line, use -K to enable (case senstive)
This commit is contained in:
@@ -1238,14 +1238,14 @@ GUIVideoKeys:
|
||||
; mov byte[Triplebufen],0
|
||||
%endif
|
||||
.novsync
|
||||
cmp dh,'K'
|
||||
jne .nokitchensync
|
||||
xor ebx,ebx
|
||||
mov bl,[cvidmode]
|
||||
cmp byte[GUITBWVID+ebx],0
|
||||
je .nokitchensync
|
||||
xor byte[KitchenSync],1
|
||||
.nokitchensync
|
||||
; cmp dh,'K'
|
||||
; jne .nokitchensync
|
||||
; xor ebx,ebx
|
||||
; mov bl,[cvidmode]
|
||||
; cmp byte[GUITBWVID+ebx],0
|
||||
; je .nokitchensync
|
||||
; xor byte[KitchenSync],1
|
||||
;.nokitchensync
|
||||
%endif
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user