devkitPro / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
11 stars 12 forks source link

ogc: set fullscreen height to EFB's height #48

Closed mardy closed 5 months ago

mardy commented 6 months ago

Since rendering happens on the EFB, we should report its height as the fullscreen display's height. Failing to do so results in missing part of the picture and/or in invalid memory accesses.