yuzu_tester: Display results in table format
This commit is contained in:
parent
f279e792b7
commit
511bf3435d
3 changed files with 50 additions and 12 deletions
|
@ -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>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue