mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 06:09:50 -06:00
gl: Fix hang on windows
This commit is contained in:
parent
e58ce626d5
commit
a323e753ff
@ -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…
Reference in New Issue
Block a user