Changed "Full Screen" and "Wide Screen" shortcut to "C"
This commit is contained in:
@@ -1218,7 +1218,7 @@ GUIVideoKeys:
|
|||||||
mov al,[antienab]
|
mov al,[antienab]
|
||||||
mov [cfginterp],al
|
mov [cfginterp],al
|
||||||
.nointerpolation
|
.nointerpolation
|
||||||
cmp dh,'U'
|
cmp dh,'C'
|
||||||
jne .nofullscreen
|
jne .nofullscreen
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov al,[cvidmode]
|
mov al,[cvidmode]
|
||||||
|
|||||||
@@ -1756,10 +1756,10 @@ DisplayGUIVideo:
|
|||||||
je near .notext5
|
je near .notext5
|
||||||
cmp byte[GUIWSVID+eax],0
|
cmp byte[GUIWSVID+eax],0
|
||||||
je .notext4a
|
je .notext4a
|
||||||
GUIOuttextwin2u 5,26,93,GUIVideoText5b,1
|
GUIOuttextwin2u 5,26,93,GUIVideoText5b,5
|
||||||
jmp .notext5
|
jmp .notext5
|
||||||
.notext4a
|
.notext4a
|
||||||
GUIOuttextwin2u 5,26,93,GUIVideoText5,1
|
GUIOuttextwin2u 5,26,93,GUIVideoText5,5
|
||||||
.notext5
|
.notext5
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
mov al,[cvidmode]
|
mov al,[cvidmode]
|
||||||
|
|||||||
Reference in New Issue
Block a user