diff options
| author | 2018-07-29 15:13:08 +0200 | |
|---|---|---|
| committer | 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.gz yuzu-c87f198201ece4be224375e282293f66e6b8113d.tar.xz yuzu-c87f198201ece4be224375e282293f66e6b8113d.zip | |
Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"
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 | ||