SDL host HostGetDeviceId() -> HostGenerateDeviceId()

This commit is contained in:
Nathan Fulton 2016-03-14 12:15:21 -04:00
parent 31ce1c32b8
commit deff3ab3f9

View File

@ -45,7 +45,7 @@ void HostExit()
HostHelpers::Cleanup();
}
const char *HostGetDeviceId() {
const char *HostGenerateDeviceId() {
// Hash it so query params aren't obnoxious
MD5_CTX md5;
MD5Init(&md5);