mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
gl: Fix hang on windows
This commit is contained in:
parent
e58ce626d5
commit
a323e753ff
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ gl_gs_frame::gl_gs_frame(QScreen* screen, const QRect& geometry, const QIcon& ap
|
|||
m_format.setOption(QSurfaceFormat::FormatOption::DebugContext);
|
||||
}
|
||||
setFormat(m_format);
|
||||
create();
|
||||
}
|
||||
|
||||
draw_context_t gl_gs_frame::make_context()
|
||||
|
|
Loading…
Add table
Reference in a new issue