diff options
| author | 2020-03-20 13:01:28 -0400 | |
|---|---|---|
| committer | 2020-03-20 13:01:28 -0400 | |
| commit | 81fa4928259e094f296e0753eb24b3bf4697d12c (patch) | |
| tree | e6271780a07a0e37a74f09c2c71554128e262c46 /src/yuzu_cmd/config.cpp | |
| parent | Merge pull request #3505 from namkazt/patch-8 (diff) | |
| parent | bcat: Disable Boxcat backend by default (diff) | |
| download | yuzu-81fa4928259e094f296e0753eb24b3bf4697d12c.tar.gz yuzu-81fa4928259e094f296e0753eb24b3bf4697d12c.tar.xz yuzu-81fa4928259e094f296e0753eb24b3bf4697d12c.zip | |
Merge pull request #3526 from FearlessTobi/bcat-disable
bcat: Disable Boxcat backend by default
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 907abaa51..f4cd905c9 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -452,7 +452,7 @@ void Config::ReadValues() { | |||
| 452 | Settings::values.yuzu_token = sdl2_config->Get("WebService", "yuzu_token", ""); | 452 | Settings::values.yuzu_token = sdl2_config->Get("WebService", "yuzu_token", ""); |
| 453 | 453 | ||
| 454 | // Services | 454 | // Services |
| 455 | Settings::values.bcat_backend = sdl2_config->Get("Services", "bcat_backend", "boxcat"); | 455 | Settings::values.bcat_backend = sdl2_config->Get("Services", "bcat_backend", "null"); |
| 456 | Settings::values.bcat_boxcat_local = | 456 | Settings::values.bcat_boxcat_local = |
| 457 | sdl2_config->GetBoolean("Services", "bcat_boxcat_local", false); | 457 | sdl2_config->GetBoolean("Services", "bcat_boxcat_local", false); |
| 458 | } | 458 | } |