mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 20:45:46 +00:00
config: Enable docked mode by default
This commit is contained in:
parent
fe9588f4a0
commit
05f58144c9
5 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ void Config::ReadValues() {
|
|||
Settings::values.touchscreen.diameter_y = 15;
|
||||
|
||||
Settings::values.use_docked_mode.SetValue(
|
||||
sdl2_config->GetBoolean("Controls", "use_docked_mode", false));
|
||||
sdl2_config->GetBoolean("Controls", "use_docked_mode", true));
|
||||
|
||||
// Data Storage
|
||||
Settings::values.use_virtual_sd =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue