mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
citra_qt: Update error messages
Co-authored-by: SachinVin <26602104+SachinVin@users.noreply.github.com>
This commit is contained in:
parent
64e7f5929d
commit
13f38e0be5
1 changed files with 2 additions and 2 deletions
|
@ -916,8 +916,8 @@ bool GMainWindow::LoadROM(const QString& filename) {
|
||||||
|
|
||||||
Frontend::ScopeAcquireContext scope(*render_window);
|
Frontend::ScopeAcquireContext scope(*render_window);
|
||||||
|
|
||||||
const QString below_gl33_title = tr("OpenGL 4.3 Unsupported");
|
const QString below_gl43_title = tr("OpenGL 4.3 Unsupported");
|
||||||
const QString below_gl33_message = tr("Your GPU may not support OpenGL 4.3, or you do not "
|
const QString below_gl43_message = tr("Your GPU may not support OpenGL 4.3, or you do not "
|
||||||
"have the latest graphics driver.");
|
"have the latest graphics driver.");
|
||||||
|
|
||||||
if (!QOpenGLContext::globalShareContext()->versionFunctions<QOpenGLFunctions_4_3_Core>()) {
|
if (!QOpenGLContext::globalShareContext()->versionFunctions<QOpenGLFunctions_4_3_Core>()) {
|
||||||
|
|
Loading…
Reference in a new issue