mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +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
|
||||
yloop:
|
||||
SUBS r14,r4, #4
|
||||
ADDLT r14,r14, #4
|
||||
BLT thin
|
||||
xloop:
|
||||
LDRH r6, [r0], #2
|
||||
|
Loading…
x
Reference in New Issue
Block a user