yuzu_tester: Display results in table format

This commit is contained in:
Zach Hilman 2019-05-26 13:59:48 -04:00
parent f279e792b7
commit 511bf3435d
3 changed files with 50 additions and 12 deletions

View file

@ -93,7 +93,6 @@ void Config::ReadValues() {
// System
Settings::values.use_docked_mode = sdl2_config->GetBoolean("System", "use_docked_mode", false);
Settings::values.enable_nfc = sdl2_config->GetBoolean("System", "enable_nfc", true);
const auto size = sdl2_config->GetInteger("System", "users_size", 0);
Settings::values.current_user = std::clamp<int>(