Another switch fullscreen fix
This commit is contained in:
@@ -133,7 +133,7 @@ EXTSYM UDPDisableMode,UDPEnableMode,UDPClearVars,UDPWait1Sec
|
||||
EXTSYM WinErrorA2,WinErrorB2,WinErrorC2
|
||||
EXTSYM ZsnesPage
|
||||
EXTSYM V8Mode,GrayscaleMode
|
||||
EXTSYM PrevWinMode
|
||||
EXTSYM PrevWinMode,PrevFSMode
|
||||
EXTSYM _imp__GetLocalTime@4
|
||||
|
||||
|
||||
@@ -1097,10 +1097,13 @@ NEWSYM initvideo ; Returns 1 in videotroub if trouble occurs
|
||||
|
||||
xor eax,eax
|
||||
mov al,[cvidmode]
|
||||
cmp byte[GUIWFVID+eax],1
|
||||
je .noprevwinmode
|
||||
cmp byte[GUIWFVID+eax],0
|
||||
je .prevwinmode
|
||||
mov byte[PrevFSMode],al
|
||||
jmp .doneprevmode
|
||||
.prevwinmode
|
||||
mov byte[PrevWinMode],al
|
||||
.noprevwinmode
|
||||
.doneprevmode
|
||||
|
||||
cmp dword[firstvideo],1
|
||||
je .skipinitgfx
|
||||
|
||||
Reference in New Issue
Block a user