Browse Source
yuzu_cmd: change default cpu core to dynarmic
pull/15/merge
Valentin Vanelslande
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu_cmd/config.cpp
|
|
|
@ -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 = |
|
|
|
|