diff options
| author | 2019-05-26 13:59:48 -0400 | |
|---|---|---|
| committer | 2019-06-10 00:03:11 -0400 | |
| commit | 511bf3435d698662f4f95fbd4722c9a6052680f8 (patch) | |
| tree | a4728c8a5f2c81363960080e731dc7e436f00beb /src/yuzu_tester/config.cpp | |
| parent | yuzutest: Support multiple tests per executable (diff) | |
| download | yuzu-511bf3435d698662f4f95fbd4722c9a6052680f8.tar.gz yuzu-511bf3435d698662f4f95fbd4722c9a6052680f8.tar.xz yuzu-511bf3435d698662f4f95fbd4722c9a6052680f8.zip | |
yuzu_tester: Display results in table format
Diffstat (limited to 'src/yuzu_tester/config.cpp')
| -rw-r--r-- | src/yuzu_tester/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_tester/config.cpp b/src/yuzu_tester/config.cpp index 62407efac..d7e0d408d 100644 --- a/src/yuzu_tester/config.cpp +++ b/src/yuzu_tester/config.cpp | |||
| @@ -93,7 +93,6 @@ void Config::ReadValues() { | |||
| 93 | 93 | ||
| 94 | // System | 94 | // System |
| 95 | Settings::values.use_docked_mode = sdl2_config->GetBoolean("System", "use_docked_mode", false); | 95 | Settings::values.use_docked_mode = sdl2_config->GetBoolean("System", "use_docked_mode", false); |
| 96 | Settings::values.enable_nfc = sdl2_config->GetBoolean("System", "enable_nfc", true); | ||
| 97 | const auto size = sdl2_config->GetInteger("System", "users_size", 0); | 96 | const auto size = sdl2_config->GetInteger("System", "users_size", 0); |
| 98 | 97 | ||
| 99 | Settings::values.current_user = std::clamp<int>( | 98 | Settings::values.current_user = std::clamp<int>( |