[XAM] Implemented XamUserGetUserFlags & XamUserGetUserFlagsFromXUID
This commit is contained in:
@@ -620,6 +620,8 @@ struct X_XAMACCOUNTINFO {
|
||||
AccountReservedFlags::kLiveEnabled);
|
||||
}
|
||||
|
||||
uint32_t GetCachedFlags() const { return cached_user_flags; };
|
||||
|
||||
uint32_t GetCountry() const {
|
||||
return (cached_user_flags & kCountryMask) >> 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user