Browse Source
Merge pull request #5143 from comex/xx-users-size
yuzu_cmd: Remove 'users_size'
pull/15/merge
Rodrigo Locatti
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/yuzu_cmd/config.cpp
|
|
|
@ -345,7 +345,6 @@ void Config::ReadValues() { |
|
|
|
// System
|
|
|
|
Settings::values.use_docked_mode.SetValue( |
|
|
|
sdl2_config->GetBoolean("System", "use_docked_mode", false)); |
|
|
|
const auto size = sdl2_config->GetInteger("System", "users_size", 0); |
|
|
|
|
|
|
|
Settings::values.current_user = std::clamp<int>( |
|
|
|
sdl2_config->GetInteger("System", "current_user", 0), 0, Service::Account::MAX_USERS - 1); |
|
|
|
|