config: Default CPU core to Unicorn.
This commit is contained in:
parent
941cdae6f0
commit
890bbc0cd3
3 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ void Config::ReadValues() {
|
|||
|
||||
// Core
|
||||
Settings::values.cpu_core =
|
||||
static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 1));
|
||||
static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 0));
|
||||
|
||||
// Renderer
|
||||
Settings::values.use_hw_renderer = sdl2_config->GetBoolean("Renderer", "use_hw_renderer", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue