melonDS-emu / melonDS

DS emulator, sorta
https://melonds.kuribo64.net
GNU General Public License v3.0
3.18k stars 526 forks source link

Rendering Issue (Homebrew) #1143

Closed BrandonKaim closed 2 months ago

BrandonKaim commented 3 years ago

If you try running this on melonDS https://github.com/devkitPro/nds-examples/tree/master/Graphics/gl2d/dual_screen it only renders the bottom screen while the top is left completely blank, on real hardware both screens display shapes

RSDuck commented 3 years ago

the issue lies in the zero-dot W check, which clips away all the dots which make up the graphics on the top screen.