diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 96998643e..75f8d1216 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -957,7 +957,6 @@ int main(int argc, char* argv[]) { | |||
| 957 | QCoreApplication::setOrganizationName("yuzu team"); | 957 | QCoreApplication::setOrganizationName("yuzu team"); |
| 958 | QCoreApplication::setApplicationName("yuzu"); | 958 | QCoreApplication::setApplicationName("yuzu"); |
| 959 | 959 | ||
| 960 | QApplication::setAttribute(Qt::AA_X11InitThreads); | ||
| 961 | QApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity); | 960 | QApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity); |
| 962 | QApplication app(argc, argv); | 961 | QApplication app(argc, argv); |
| 963 | 962 | ||