Another switch fullscreen fix
This commit is contained in:
@@ -829,15 +829,6 @@ GUIProcVideo:
|
||||
cmp dword[GUIkeydelay],0
|
||||
je .failed2
|
||||
mov dword[GUIkeydelay],0
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIWFVID+eax],1
|
||||
je .fullsc
|
||||
mov byte[PrevWinMode],al
|
||||
ret
|
||||
.fullsc
|
||||
mov byte[PrevFSMode],al
|
||||
ret
|
||||
.failed
|
||||
mov byte[videotroub],0
|
||||
mov al,[.prevvid]
|
||||
|
||||
Reference in New Issue
Block a user