mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Config: Port AutoUpdate settings to new config system.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user