Skip to content

Commit 20ddad6

Browse files
MorilliScrewtapello
authored andcommitted
fix bg mode 4 in accurate ppu
1 parent b815744 commit 20ddad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsnes/sfc/ppu/background.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ auto PPU::Background::fetchNameTable() -> void {
6161
if(!(hlookup & 0x8000)) {
6262
hoffset = hpixel + (hlookup & ~7) + (hscroll & 7);
6363
} else {
64-
voffset = vpixel + (vlookup);
64+
voffset = vpixel + (hlookup);
6565
}
6666
}
6767
} else {

0 commit comments

Comments
 (0)