mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
ARM: Fix normal2x scaler for width % 4 != 0
The first jump to 'thin:' didn't leave r14 (remaining width) in the right state.
This commit is contained in:
parent
ef3484646a
commit
a1f12c25ca
@ -44,6 +44,7 @@ Normal2xARM:
|
|||||||
ADD r3, r3, r6
|
ADD r3, r3, r6
|
||||||
yloop:
|
yloop:
|
||||||
SUBS r14,r4, #4
|
SUBS r14,r4, #4
|
||||||
|
ADDLT r14,r14, #4
|
||||||
BLT thin
|
BLT thin
|
||||||
xloop:
|
xloop:
|
||||||
LDRH r6, [r0], #2
|
LDRH r6, [r0], #2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user