From 350f6e0aa4fa598b9449d53263de7262aacc4070 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 Aug 2018 18:53:32 -0400 Subject: profile_manager: Use INVALID_UUID in the initializer of last_opened_user Makes it a little bit more self-documenting. --- src/core/hle/service/acc/profile_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/acc') diff --git a/src/core/hle/service/acc/profile_manager.h b/src/core/hle/service/acc/profile_manager.h index cb06e6fa6..52967844d 100644 --- a/src/core/hle/service/acc/profile_manager.h +++ b/src/core/hle/service/acc/profile_manager.h @@ -111,7 +111,7 @@ private: size_t user_count = 0; boost::optional AddToProfiles(const ProfileInfo& profile); bool RemoveProfileAtIndex(size_t index); - UUID last_opened_user{0, 0}; + UUID last_opened_user{INVALID_UUID}; }; }; // namespace Service::Account -- cgit v1.2.3