diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 68a936087..9fd4482f6 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -243,7 +243,9 @@ bool GMainWindow::InitializeSystem() { | |||
| 243 | if (emu_thread != nullptr) | 243 | if (emu_thread != nullptr) |
| 244 | ShutdownGame(); | 244 | ShutdownGame(); |
| 245 | 245 | ||
| 246 | render_window->InitRenderTarget(); | ||
| 246 | render_window->MakeCurrent(); | 247 | render_window->MakeCurrent(); |
| 248 | |||
| 247 | if (!gladLoadGL()) { | 249 | if (!gladLoadGL()) { |
| 248 | QMessageBox::critical(this, tr("Error while starting Citra!"), | 250 | QMessageBox::critical(this, tr("Error while starting Citra!"), |
| 249 | tr("Failed to initialize the video core!\n\n" | 251 | tr("Failed to initialize the video core!\n\n" |