diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-10-03 11:06:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 11:06:13 +0200 |
commit | 9aac7fbc22d07a50e6d71dc17da2d8c2eba63968 (patch) | |
tree | 26f9fdb35b1ddaf2fe28d7a4867c69a9e5ad4b35 /src/yuzu_cmd/default_ini.h | |
parent | Merge pull request #2937 from DarkLordZach/azure-msvc (diff) | |
parent | qt: Add service dialog (diff) | |
download | yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.gz yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.bz2 yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.lz yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.xz yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.zst yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index a6171c3ed..8d18a4a5a 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -251,6 +251,11 @@ web_api_url = https://api.yuzu-emu.org yuzu_username = yuzu_token = +[Services] +# The name of the backend to use for BCAT +# If this is set to 'boxcat' boxcat will be used, otherwise a null implementation will be used +bcat_backend = + [AddOns] # Used to disable add-ons # List of title IDs of games that will have add-ons disabled (separated by '|'): |