mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
VideoCommon: Fix crash at startup with virtual XFB enabled
This commit is contained in:
parent
883bec873f
commit
4012166085
4 changed files with 12 additions and 14 deletions
|
@ -168,7 +168,7 @@ protected:
|
|||
int m_backbuffer_width = 0;
|
||||
int m_backbuffer_height = 0;
|
||||
int m_last_efb_scale = 0;
|
||||
TargetRectangle m_target_rectangle;
|
||||
TargetRectangle m_target_rectangle = {};
|
||||
bool m_xfb_written = false;
|
||||
|
||||
FPSCounter m_fps_counter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue