mirror of https://github.com/bsnes-emu/bsnes.git
fix bg mode 4 in accurate ppu
This commit is contained in:
parent
710d92cbdd
commit
14869252ad
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue