1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-25 20:02:01 -05:00

Enable Docked Mode by Default (#1953)

Enables Docked Mode by default, since I see no reason to keep it off by Default.
This commit is contained in:
ShahilSharma
2021-01-27 18:55:01 -08:00
committed by GitHub
parent 4b7c7dab9e
commit 9eb0ab05c6
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
"system_region": "USA",
"system_time_zone": "UTC",
"system_time_offset": 0,
"docked_mode": false,
"docked_mode": true,
"enable_discord_integration": true,
"check_updates_on_start": true,
"show_confirm_exit": true,