mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
core vdp, arm rendering fix (1st window col prio)
This commit is contained in:
parent
e8ca10820c
commit
cbb9a09837
2 changed files with 7 additions and 14 deletions
|
@ -566,7 +566,7 @@ static void DrawLayer(int plane_sh, u32 *hcache, int cellskip, int maxcells,
|
|||
ts.nametab+=(ts.line>>4)<<shift[width];
|
||||
|
||||
DrawStripInterlace(&ts, plane_sh);
|
||||
} else if( pvid->reg[11]&4) {
|
||||
} else if (pvid->reg[11]&4) {
|
||||
// shit, we have 2-cell column based vscroll
|
||||
// luckily this doesn't happen too often
|
||||
ts.line=ymask|(shift[width]<<24); // save some stuff instead of line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue