mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, fix arm rendering regression after 8 bit changes
This commit is contained in:
parent
0aa63fce12
commit
a26e663957
1 changed files with 4 additions and 4 deletions
|
@ -1655,13 +1655,13 @@ FinalizeLine555:
|
|||
ldr r2, [r8, #OFS_Pico_m_hardware]
|
||||
add r1, r1, #8
|
||||
|
||||
tst r7, #0x20 @ GG ?
|
||||
tstne r2, #0x2 @ LCD ?
|
||||
bne .fl_gg20col
|
||||
|
||||
tst r7, #0x10 @ SMS ?
|
||||
beq .fl_noSMS
|
||||
|
||||
and r7, r2, #0x3
|
||||
cmp r7, #0x3 @ Game Gear, LCD?
|
||||
beq .fl_gg20col
|
||||
|
||||
tst r6, #0x20
|
||||
movne r2, #248/8 @ len = 248
|
||||
addne r1, r1, #8 @ ps += 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue