|
|
|
@ -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; |
|
|
|
} |
|
|
|
|