diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-29 03:50:54 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-29 07:24:21 +0200 |
commit | 8af9f3216eb270e8e5faffabd2ee6501d3dc89d7 (patch) | |
tree | 1d1782b75649bd1c8c44c89a72d8480167d6d580 /src/yuzu_cmd | |
parent | configure_network: Remove BCAT (diff) | |
download | yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar.gz yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar.bz2 yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar.lz yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar.xz yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.tar.zst yuzu-8af9f3216eb270e8e5faffabd2ee6501d3dc89d7.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/config.cpp | 4 | ||||
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index d74eb7e2b..434518d53 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -518,10 +518,6 @@ void Config::ReadValues() { ReadSetting("WebService", Settings::values.web_api_url); ReadSetting("WebService", Settings::values.yuzu_username); ReadSetting("WebService", Settings::values.yuzu_token); - - // Services - ReadSetting("Services", Settings::values.bcat_backend); - ReadSetting("Services", Settings::values.bcat_boxcat_local); } void Config::Reload() { diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 72f3213fb..8119a50d8 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -428,11 +428,6 @@ 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 '|'): |