mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
SettingsHandler: Make GenerateSerialNumber static
This doesn't depend on class internals.
This commit is contained in:
@ -132,7 +132,7 @@ void SettingsHandler::WriteByte(u8 b)
|
||||
m_key = (m_key >> 31) | (m_key << 1);
|
||||
}
|
||||
|
||||
const std::string SettingsHandler::generateSerialNumber()
|
||||
std::string SettingsHandler::GenerateSerialNumber()
|
||||
{
|
||||
time_t rawtime;
|
||||
tm* timeinfo;
|
||||
|
Reference in New Issue
Block a user