Merge pull request #213 from Hexagon12/dynarmic-default

Make Dynarmic the default CPU core
This commit is contained in:
bunnei 2018-03-07 18:21:13 -05:00 committed by GitHub
commit 8538e0bc3d
No known key found for this signature in database
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");