You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that this is because Peanut-GB renders a line at a time, which is inaccurate because the game may be changing the state of the LCD and OAM during the rendering of the line. I have yet to investigate, but I may look into changing the PPU to render a few pixels at a time to fix issues like this. I think that this issue is also related to #73, in that the state of the LCD may be changing after HBLANK.
(using last peanut-gb commit)
The text was updated successfully, but these errors were encountered: