mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Config: Port AutoUpdate settings to new config system.
This commit is contained in:
parent
8d237eb102
commit
96fa0919be
13 changed files with 44 additions and 52 deletions
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process
|
||||
|
||||
|
@ -14,7 +15,7 @@ class AutoUpdateChecker
|
|||
public:
|
||||
// Initiates a check for updates in the background. Calls the OnUpdateAvailable callback if an
|
||||
// update is available, does "nothing" otherwise.
|
||||
void CheckForUpdate();
|
||||
void CheckForUpdate(std::string_view update_track, std::string_view hash_override);
|
||||
|
||||
static bool SystemSupportsAutoUpdates();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue