Fixed filtered GUI in dos port

This commit is contained in:
pagefault
2001-08-19 19:52:46 +00:00
parent 90199f4af3
commit e1f062a041
2 changed files with 4 additions and 1 deletions

View File

@@ -3010,8 +3010,11 @@ NEWSYM copyvesa2640x480x16b
add esi,16*2+256*2+32*2
xor eax,eax
; Check if interpolation mode
cmp byte[FilteredGUI],1
je .yi
cmp byte[GUIOn],1
je .nointerp
.yi
cmp byte[FPUCopy],2
jne .nommx
cmp byte[newgfx16b],0