mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 21:17:53 -05:00
config: Enable docked mode by default
This commit is contained in:
@ -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 =
|
||||
|
@ -116,7 +116,7 @@ use_virtual_sd =
|
||||
|
||||
[System]
|
||||
# Whether the system is docked
|
||||
# 1: Yes, 0 (default): No
|
||||
# 1 (default): Yes, 0: No
|
||||
use_docked_mode =
|
||||
|
||||
# Allow the use of NFC in games
|
||||
|
Reference in New Issue
Block a user