summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar David2019-09-22 11:42:34 +1000
committerGravatar GitHub2019-09-22 11:42:34 +1000
commitc9ccdfbeac21ddd74d3cc79e8ef2c8d82f3d4efd (patch)
treee260125fd1ef6e8a29b255b967a447eeb1aeb204 /src/yuzu_cmd/default_ini.h
parentMerge pull request #2883 from ogniK5377/log-game (diff)
parentconfigure_debug: Move reporting option to logging (diff)
downloadyuzu-c9ccdfbeac21ddd74d3cc79e8ef2c8d82f3d4efd.tar.gz
yuzu-c9ccdfbeac21ddd74d3cc79e8ef2c8d82f3d4efd.tar.xz
yuzu-c9ccdfbeac21ddd74d3cc79e8ef2c8d82f3d4efd.zip
Merge pull request #2430 from DarkLordZach/fs-controller
core: Implement FileSystemController to deglobalize FS services
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r--src/yuzu_cmd/default_ini.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index f9f244522..a6171c3ed 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -173,6 +173,20 @@ volume =
173# 1 (default): Yes, 0: No 173# 1 (default): Yes, 0: No
174use_virtual_sd = 174use_virtual_sd =
175 175
176# Whether or not to enable gamecard emulation
177# 1: Yes, 0 (default): No
178gamecard_inserted =
179
180# Whether or not the gamecard should be emulated as the current game
181# If 'gamecard_inserted' is 0 this setting is irrelevant
182# 1: Yes, 0 (default): No
183gamecard_current_game =
184
185# Path to an XCI file to use as the gamecard
186# If 'gamecard_inserted' is 0 this setting is irrelevant
187# If 'gamecard_current_game' is 1 this setting is irrelevant
188gamecard_path =
189
176[System] 190[System]
177# Whether the system is docked 191# Whether the system is docked
178# 1: Yes, 0 (default): No 192# 1: Yes, 0 (default): No