mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 04:35:46 +00:00
acc: Return a unique value per account for GetAccountId
This commit is contained in:
parent
153e6fccb2
commit
3d475a655b
2 changed files with 13 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue