summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h22
1 files changed, 15 insertions, 7 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 567f23417..9a935a0d5 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -143,19 +143,17 @@ swap_screen =
143 143
144[Audio] 144[Audio]
145# Which audio output engine to use. 145# Which audio output engine to use.
146# auto (default): Auto-select, null: No audio output, sdl2: SDL2 (if available) 146# auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available)
147output_engine = 147output_engine =
148 148
149# Whether or not to enable the audio-stretching post-processing effect.
150# This effect adjusts audio speed to match emulation speed and helps prevent audio stutter,
151# at the cost of increasing audio latency.
152# 0: No, 1 (default): Yes
153enable_audio_stretching =
154
155# Which audio device to use. 149# Which audio device to use.
156# auto (default): Auto-select 150# auto (default): Auto-select
157output_device = 151output_device =
158 152
153# Output volume.
154# 1.0 (default): 100%, 0.0; mute
155volume =
156
159[Data Storage] 157[Data Storage]
160# Whether to create a virtual SD card. 158# Whether to create a virtual SD card.
161# 1 (default): Yes, 0: No 159# 1 (default): Yes, 0: No
@@ -166,6 +164,16 @@ use_virtual_sd =
166# 1: Yes, 0 (default): No 164# 1: Yes, 0 (default): No
167use_docked_mode = 165use_docked_mode =
168 166
167# Sets the account username, max length is 32 characters
168# yuzu (default)
169username =
170
171# Sets the systems language index
172# 0: Japanese, 1: English (default), 2: French, 3: German, 4: Italian, 5: Spanish, 6: Chinese,
173# 7: Korean, 8: Dutch, 9: Portuguese, 10: Russian, 11: Taiwanese, 12: British English, 13: Canadian French,
174# 14: Latin American Spanish, 15: Simplified Chinese, 16: Traditional Chinese
175language_index =
176
169# The system region that yuzu will use during emulation 177# The system region that yuzu will use during emulation
170# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan 178# -1: Auto-select (default), 0: Japan, 1: USA, 2: Europe, 3: Australia, 4: China, 5: Korea, 6: Taiwan
171region_value = 179region_value =