summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r--src/yuzu_cmd/config.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp
index b09e9fc0b..8b479bc6d 100644
--- a/src/yuzu_cmd/config.cpp
+++ b/src/yuzu_cmd/config.cpp
@@ -90,8 +90,7 @@ void Config::ReadValues() {
90 sdl2_config->Get("Controls", "touch_device", "engine:emu_window"); 90 sdl2_config->Get("Controls", "touch_device", "engine:emu_window");
91 91
92 // Core 92 // Core
93 Settings::values.cpu_core = 93 Settings::values.use_cpu_jit = sdl2_config->GetBoolean("Core", "use_cpu_jit", true);
94 static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 1));
95 94
96 // Renderer 95 // Renderer
97 Settings::values.resolution_factor = 96 Settings::values.resolution_factor =