Fixed mouse cursor [_Demo_]
This commit is contained in:
@@ -65,7 +65,7 @@ NEWSYM copy640x480x16bwin
|
|||||||
cmp byte[antienab],1
|
cmp byte[antienab],1
|
||||||
je near interpolate640x480x16bwin
|
je near interpolate640x480x16bwin
|
||||||
.nointerp
|
.nointerp
|
||||||
mov dl,[resolutn]
|
mov dl,224
|
||||||
dec dl
|
dec dl
|
||||||
dec dl
|
dec dl
|
||||||
cmp byte[scanlines],1
|
cmp byte[scanlines],1
|
||||||
@@ -821,7 +821,7 @@ Process2xSaIwin:
|
|||||||
mov [InterPtr],ebx
|
mov [InterPtr],ebx
|
||||||
|
|
||||||
; add edi,[VESAAddr]
|
; add edi,[VESAAddr]
|
||||||
mov dl,[resolutn]
|
mov dl,224
|
||||||
sub dl,2 ; Compensate for top/bottom line + 2 lines in 2xSaI
|
sub dl,2 ; Compensate for top/bottom line + 2 lines in 2xSaI
|
||||||
mov byte[lineleft],dl
|
mov byte[lineleft],dl
|
||||||
mov dword[esi+512],0
|
mov dword[esi+512],0
|
||||||
@@ -920,7 +920,7 @@ MMXInterpolwin:
|
|||||||
mov ebx,SpecialLine+1
|
mov ebx,SpecialLine+1
|
||||||
.loopab
|
.loopab
|
||||||
|
|
||||||
mov dl,[resolutn]
|
mov dl,224
|
||||||
dec dl
|
dec dl
|
||||||
dec dl
|
dec dl
|
||||||
dec dl
|
dec dl
|
||||||
@@ -1254,7 +1254,7 @@ NEWSYM interpolate640x480x16bwin
|
|||||||
.loopabi
|
.loopabi
|
||||||
mov [InterPtr],ebx
|
mov [InterPtr],ebx
|
||||||
|
|
||||||
mov dl,[resolutn]
|
mov dl,224
|
||||||
dec dl
|
dec dl
|
||||||
dec dl
|
dec dl
|
||||||
dec dl
|
dec dl
|
||||||
|
|||||||
Reference in New Issue
Block a user