video_core: Disable async shader loading with strict contexts
This commit is contained in:
parent
3846d0c2cd
commit
71d4a85957
5 changed files with 40 additions and 24 deletions
|
@ -407,6 +407,7 @@ GRenderWindow::GRenderWindow(QWidget* parent_, EmuThread* emu_thread, bool is_se
|
|||
setLayout(layout);
|
||||
|
||||
this->setMouseTracking(true);
|
||||
strict_context_required = QGuiApplication::platformName() == QStringLiteral("wayland");
|
||||
|
||||
GMainWindow* parent = GetMainWindow();
|
||||
connect(this, &GRenderWindow::FirstFrameDisplayed, parent, &GMainWindow::OnLoadComplete);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue