1
0
Fork 0
forked from eden-emu/eden

pls, that was easy

This commit is contained in:
Hexagon12 2018-02-14 19:47:51 +02:00 committed by GitHub
parent b65c096be5
commit a8d8c21e00
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ void Config::ReadValues() {
qt_config->beginGroup("Core");
Settings::values.cpu_core =
static_cast<Settings::CpuCore>(qt_config->value("cpu_core", 0).toInt());
static_cast<Settings::CpuCore>(qt_config->value("cpu_core", 1).toInt());
qt_config->endGroup();
qt_config->beginGroup("Renderer");