diff options
| author | 2018-02-14 19:47:51 +0200 | |
|---|---|---|
| committer | 2018-02-14 19:47:51 +0200 | |
| commit | a8d8c21e0006b658713e7c79b3445aeab82e7c86 (patch) | |
| tree | 073a525fc350f6a62709bab430df8f2d63de72ae /src | |
| parent | Merge pull request #190 from bunnei/fix-qt-waittree (diff) | |
| download | yuzu-a8d8c21e0006b658713e7c79b3445aeab82e7c86.tar.gz yuzu-a8d8c21e0006b658713e7c79b3445aeab82e7c86.tar.xz yuzu-a8d8c21e0006b658713e7c79b3445aeab82e7c86.zip | |
pls, that was easy
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/config.cpp b/src/yuzu/configuration/config.cpp index f9ddb9edc..71dc58e5d 100644 --- a/src/yuzu/configuration/config.cpp +++ b/src/yuzu/configuration/config.cpp | |||
| @@ -78,7 +78,7 @@ void Config::ReadValues() { | |||
| 78 | 78 | ||
| 79 | qt_config->beginGroup("Core"); | 79 | qt_config->beginGroup("Core"); |
| 80 | Settings::values.cpu_core = | 80 | Settings::values.cpu_core = |
| 81 | static_cast<Settings::CpuCore>(qt_config->value("cpu_core", 0).toInt()); | 81 | static_cast<Settings::CpuCore>(qt_config->value("cpu_core", 1).toInt()); |
| 82 | qt_config->endGroup(); | 82 | qt_config->endGroup(); |
| 83 | 83 | ||
| 84 | qt_config->beginGroup("Renderer"); | 84 | qt_config->beginGroup("Renderer"); |