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