mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 11:20:41 +02:00
fix bg mode 4 in accurate ppu
This commit is contained in:
@@ -61,7 +61,7 @@ auto PPU::Background::fetchNameTable() -> void {
|
||||
if(!(hlookup & 0x8000)) {
|
||||
hoffset = hpixel + (hlookup & ~7) + (hscroll & 7);
|
||||
} else {
|
||||
voffset = vpixel + (vlookup);
|
||||
voffset = vpixel + (hlookup);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user