codehandler gecko code log

This commit is contained in:
Nayla Hanegan 2024-06-16 20:18:45 -04:00
commit aebdb93ebd
2 changed files with 10 additions and 9 deletions

View file

@ -158,15 +158,6 @@ static std::string GetUpdateServerUrl()
return "https://dolphin-emu.org";
}
static u32 GetOwnProcessId()
{
#ifdef _WIN32
return GetCurrentProcessId();
#else
return getpid();
#endif
}
void AutoUpdateChecker::CheckForUpdate(std::string_view update_track,
std::string_view hash_override, const CheckType check_type)
{