settings: Add option to set BCAT backend
This commit is contained in:
parent
532ec459b8
commit
647992e666
6 changed files with 34 additions and 0 deletions
|
@ -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 '|'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue