summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Valentin Vanelslande2018-03-22 19:44:34 -0600
committerGravatar GitHub2018-03-22 19:44:34 -0600
commitee5f5a2c2df58ac9bbbffb56f62da729f858e29d (patch)
tree0ac7a30857c4a791e89029bd9fd49ca59abafa31 /src
parentdefault_ini: change default cpu core to dynarmic (diff)
downloadyuzu-ee5f5a2c2df58ac9bbbffb56f62da729f858e29d.tar.gz
yuzu-ee5f5a2c2df58ac9bbbffb56f62da729f858e29d.tar.xz
yuzu-ee5f5a2c2df58ac9bbbffb56f62da729f858e29d.zip
yuzu_cmd: change default cpu core to dynarmic
Diffstat (limited to 'src')
-rw-r--r--src/yuzu_cmd/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp
index bf79d2e81..342ad3850 100644
--- a/src/yuzu_cmd/config.cpp
+++ b/src/yuzu_cmd/config.cpp
@@ -91,7 +91,7 @@ void Config::ReadValues() {
91 91
92 // Core 92 // Core
93 Settings::values.cpu_core = 93 Settings::values.cpu_core =
94 static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 0)); 94 static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 1));
95 95
96 // Renderer 96 // Renderer
97 Settings::values.resolution_factor = 97 Settings::values.resolution_factor =