mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:18:08 -05:00
acc: Return a unique value per account for GetAccountId
This commit is contained in:
@ -40,6 +40,11 @@ struct UUID {
|
||||
uuid = INVALID_UUID;
|
||||
}
|
||||
|
||||
// TODO(ogniK): Properly generate a Nintendo ID
|
||||
constexpr u64 GetNintendoID() const {
|
||||
return uuid[0];
|
||||
}
|
||||
|
||||
std::string Format() const;
|
||||
std::string FormatSwitch() const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user