mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 03:38:59 -05:00
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Makes it a little bit more self-documenting.
This commit is contained in:
@ -111,7 +111,7 @@ private:
|
|||||||
size_t user_count = 0;
|
size_t user_count = 0;
|
||||||
boost::optional<size_t> AddToProfiles(const ProfileInfo& profile);
|
boost::optional<size_t> AddToProfiles(const ProfileInfo& profile);
|
||||||
bool RemoveProfileAtIndex(size_t index);
|
bool RemoveProfileAtIndex(size_t index);
|
||||||
UUID last_opened_user{0, 0};
|
UUID last_opened_user{INVALID_UUID};
|
||||||
};
|
};
|
||||||
|
|
||||||
}; // namespace Service::Account
|
}; // namespace Service::Account
|
||||||
|
Reference in New Issue
Block a user