mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 04:38:37 +01:00
![Ryan Houdek](/assets/img/avatar_default.png)
We weren't setting the backbuffer dimensions on this platform when the window is created. This required a resize event to first be fired in order to see anything. So instead do like GLX + X11 platforms do and query the dimensions and set the backbuffer to them. Should fix issue 7666.