yuzu_cmd: change default cpu core to dynarmic

pull/8/head
Valentin Vanelslande 7 years ago committed by GitHub
parent 47cac816f6
commit ee5f5a2c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ void Config::ReadValues() {
// Core
Settings::values.cpu_core =
static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 0));
static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 1));
// Renderer
Settings::values.resolution_factor =

Loading…
Cancel
Save