diff options
author | LC <mathew1800@gmail.com> | 2021-01-10 20:51:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 20:51:33 -0500 |
commit | 5e161b2531ae99e432a494c12cb8e613b3603503 (patch) | |
tree | e946caeabed039e8d63625aae5fc74b92348cf16 /src/yuzu_cmd/default_ini.h | |
parent | 32df83e55d4dcd9160eb4b16f41ac8a5aafc4e0a (diff) | |
parent | 05f58144c93585423d9622e5b71ae4510d0b839a (diff) |
Merge pull request #5324 from Morph1984/docked-default
config: Enable docked mode by default
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 2d4b98d9a..3ee0e037d 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -274,7 +274,7 @@ gamecard_path = [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 |