Fixed filtered GUI in dos port
This commit is contained in:
@@ -3010,8 +3010,11 @@ NEWSYM copyvesa2640x480x16b
|
|||||||
add esi,16*2+256*2+32*2
|
add esi,16*2+256*2+32*2
|
||||||
xor eax,eax
|
xor eax,eax
|
||||||
; Check if interpolation mode
|
; Check if interpolation mode
|
||||||
|
cmp byte[FilteredGUI],1
|
||||||
|
je .yi
|
||||||
cmp byte[GUIOn],1
|
cmp byte[GUIOn],1
|
||||||
je .nointerp
|
je .nointerp
|
||||||
|
.yi
|
||||||
cmp byte[FPUCopy],2
|
cmp byte[FPUCopy],2
|
||||||
jne .nommx
|
jne .nommx
|
||||||
cmp byte[newgfx16b],0
|
cmp byte[newgfx16b],0
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ EXTSYM ClearScreenSkip,debugdisble,cmovietimeint
|
|||||||
EXTSYM ChatNick
|
EXTSYM ChatNick
|
||||||
EXTSYM StringLength
|
EXTSYM StringLength
|
||||||
EXTSYM chatstrLt
|
EXTSYM chatstrLt
|
||||||
EXTSYM GUIOn,HalfTrans
|
EXTSYM GUIOn,FilteredGUI,HalfTrans
|
||||||
EXTSYM ClearScreen
|
EXTSYM ClearScreen
|
||||||
EXTSYM Mode7HiRes,mosenng,mosszng,intrlng,mode7hr ;,VESAAddr
|
EXTSYM Mode7HiRes,mosenng,mosszng,intrlng,mode7hr ;,VESAAddr
|
||||||
EXTSYM GUICPC, newgfx16b
|
EXTSYM GUICPC, newgfx16b
|
||||||
|
|||||||
Reference in New Issue
Block a user