diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-07-29 15:13:08 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-07-29 15:13:08 +0200 |
commit | c87f198201ece4be224375e282293f66e6b8113d (patch) | |
tree | e6cf165df82ab48c574841d2df6c5e6fb69437bb /src | |
parent | Merge pull request #847 from lioncash/ncm (diff) | |
download | yuzu-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 |
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[]) { QCoreApplication::setOrganizationName("yuzu team"); QCoreApplication::setApplicationName("yuzu"); - QApplication::setAttribute(Qt::AA_X11InitThreads); QApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity); QApplication app(argc, argv); |