summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-04 19:34:46 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-04 19:34:50 +0100
commitf6f65035785479934ddd443a9236ec142b7a0ed6 (patch)
tree907ea82eefbe73ace97e2feb1d5dc88158885b01 /src/yuzu_cmd
parentqt: Add UI to display game properties and disable add-ons (diff)
downloadyuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.gz
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.bz2
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.lz
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.xz
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.tar.zst
yuzu-f6f65035785479934ddd443a9236ec142b7a0ed6.zip
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/default_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index 25236d05d..0f3f8da50 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -225,7 +225,7 @@ yuzu_token =
[AddOns]
# Used to disable add-ons
# List of title IDs of games that will have add-ons disabled (separated by '|'):
-title_ids =
+title_ids =
# For each title ID, have a key/value pair called `disabled_<title_id>` equal to the names of the add-ons to disable (sep. by '|')
# e.x. disabled_0100000000010000 = Update|DLC <- disables Updates and DLC on Super Mario Odyssey
)";