From 377c60645c493aabff83eaa245f3431a261657cd Mon Sep 17 00:00:00 2001 From: FernandoS27 Date: Sat, 17 Nov 2018 18:04:50 -0400 Subject: Update OpenGL's backend version from 3.3 to 4.3 --- src/yuzu/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yuzu/main.cpp') 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; } -- cgit v1.2.3