diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-26 22:59:18 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-03-26 23:02:36 -0400 |
commit | 5ecf152c8ee1bb6f8f050d16dda56c1b115e0ff3 (patch) | |
tree | eb7722cc9dee21ca3fe35df1187f3e2d41131448 /src/yuzu_cmd/default_ini.h | |
parent | f1423fcbc1f9a912a43cd31ba4b36733a2858713 (diff) |
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
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 50802104c..c42aba6a4 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -156,7 +156,7 @@ use_virtual_sd = [System] # Whether the system is docked # 1 (default): Yes, 0: No -is_docked = +use_docked_mode = # The system region that Citra will use during emulation # -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan |