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/main.cpp | |
| parent | b6d2c64f4dcb01f1ffc99f9a057910ec65c6a401 (diff) | |
Update OpenGL's backend version from 3.3 to 4.3
Diffstat (limited to 'src/yuzu/main.cpp')
| -rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 9e13bbf7c..451a3fafd 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -562,8 +562,8 @@ bool GMainWindow::LoadROM(const QString& filename) { render_window->MakeCurrent(); if (!gladLoadGL()) { - QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"), - tr("Your GPU may not support OpenGL 3.3, or you do not " + QMessageBox::critical(this, tr("Error while initializing OpenGL 4.3 Core!"), + tr("Your GPU may not support OpenGL 4.3, or you do not " "have the latest graphics driver.")); return false; } |
