mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
codehandler gecko code log
This commit is contained in:
parent
b1e99f2536
commit
aebdb93ebd
2 changed files with 10 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue