summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-07-29 15:13:08 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-07-29 15:13:08 +0200
commitc87f198201ece4be224375e282293f66e6b8113d (patch)
treee6cf165df82ab48c574841d2df6c5e6fb69437bb
parentMerge pull request #847 from lioncash/ncm (diff)
downloadyuzu-c87f198201ece4be224375e282293f66e6b8113d.tar
yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.gz
yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.bz2
yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.lz
yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.xz
yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.zst
yuzu-c87f198201ece4be224375e282293f66e6b8113d.zip
-rw-r--r--src/yuzu/main.cpp1
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[]) {
QCoreApplication::setOrganizationName("yuzu team");
QCoreApplication::setApplicationName("yuzu");
- QApplication::setAttribute(Qt::AA_X11InitThreads);
QApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
QApplication app(argc, argv);