mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, minor fix in arm renderer
This commit is contained in:
parent
60392bf469
commit
54e514e85d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
ldr r0, [r1, #OFS_EST_DrawLineDest]
|
||||
ldr r2, [r1, #OFS_EST_DrawLineDestIncr]
|
||||
add r0, r0, r2
|
||||
str r0, [r1]
|
||||
str r0, [r1, #OFS_EST_DrawLineDest]
|
||||
ldmfd sp!, {r0-r3}
|
||||
.endif
|
||||
.endm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue