summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-11-28 20:00:01 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-03 23:20:34 +0100
commitc381f46428268a57f0aef1d99918c8f1bb6beec7 (patch)
treef5aa5e646596d5d57d394a56f659668911c4ac27 /src/yuzu_cmd/default_ini.h
parentsettings: Store list of disabled add-ons per title ID (diff)
downloadyuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar.gz
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar.bz2
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar.lz
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar.xz
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.tar.zst
yuzu-c381f46428268a57f0aef1d99918c8f1bb6beec7.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/default_ini.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index d73669f36..25236d05d 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -221,5 +221,12 @@ web_api_url = https://api.yuzu-emu.org
# See https://profile.yuzu-emu.org/ for more info
yuzu_username =
yuzu_token =
+
+[AddOns]
+# Used to disable add-ons
+# List of title IDs of games that will have add-ons disabled (separated by '|'):
+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
)";
}