We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b815744 commit 20ddad6Copy full SHA for 20ddad6
bsnes/sfc/ppu/background.cpp
@@ -61,7 +61,7 @@ auto PPU::Background::fetchNameTable() -> void {
61
if(!(hlookup & 0x8000)) {
62
hoffset = hpixel + (hlookup & ~7) + (hscroll & 7);
63
} else {
64
- voffset = vpixel + (vlookup);
+ voffset = vpixel + (hlookup);
65
}
66
67
0 commit comments