summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-29 03:50:54 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-29 07:24:21 +0200
commit8af9f3216eb270e8e5faffabd2ee6501d3dc89d7 (patch)
tree1d1782b75649bd1c8c44c89a72d8480167d6d580 /src/yuzu_cmd/config.cpp
parentconfigure_network: Remove BCAT (diff)
downloadyuzu-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 '')
-rw-r--r--src/yuzu_cmd/config.cpp4
1 files changed, 0 insertions, 4 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() {