diff options
author | FernandoS27 <fsahmkow27@gmail.com> | 2018-11-17 18:04:50 -0400 |
---|---|---|
committer | FernandoS27 <fsahmkow27@gmail.com> | 2018-11-21 11:43:17 -0400 |
commit | 377c60645c493aabff83eaa245f3431a261657cd (patch) | |
tree | badca5bb43114406004a09d610e1d8c959fffad8 /src/yuzu/bootmanager.cpp | |
parent | b6d2c64f4dcb01f1ffc99f9a057910ec65c6a401 (diff) |
Update OpenGL's backend version from 3.3 to 4.3
Diffstat (limited to 'src/yuzu/bootmanager.cpp')
-rw-r--r-- | src/yuzu/bootmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index 39eef8858..384e17921 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -310,7 +310,7 @@ void GRenderWindow::InitRenderTarget() { // TODO: One of these flags might be interesting: WA_OpaquePaintEvent, WA_NoBackground, // WA_DontShowOnScreen, WA_DeleteOnClose QGLFormat fmt; - fmt.setVersion(3, 3); + fmt.setVersion(4, 3); fmt.setProfile(QGLFormat::CoreProfile); fmt.setSwapInterval(false); |