Fixed full-screen mode switch before using any full screen video modes in the windows port.
This commit is contained in:
@@ -1439,6 +1439,12 @@ NEWSYM StartGUI
|
|||||||
%ifndef __MSDOS__
|
%ifndef __MSDOS__
|
||||||
mov byte[sampratenext+3],0
|
mov byte[sampratenext+3],0
|
||||||
%endif
|
%endif
|
||||||
|
%ifdef __WIN32__
|
||||||
|
cmp byte[PrevFSMode],5
|
||||||
|
jne .notvm5
|
||||||
|
mov byte[PrevFSMode],7
|
||||||
|
.notvm5
|
||||||
|
%endif
|
||||||
;.dosport
|
;.dosport
|
||||||
mov ecx,64
|
mov ecx,64
|
||||||
mov eax,SpecialLine
|
mov eax,SpecialLine
|
||||||
|
|||||||
Reference in New Issue
Block a user