mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
SettingsHandler: Make GenerateSerialNumber static
This doesn't depend on class internals.
This commit is contained in:
parent
98291cd843
commit
c748158182
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
void Decrypt();
|
||||
void Reset();
|
||||
const std::string generateSerialNumber();
|
||||
static std::string GenerateSerialNumber();
|
||||
|
||||
private:
|
||||
void WriteByte(u8 b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue