summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-05-02 18:17:24 -0400
committerGitHub <noreply@github.com>2023-05-02 18:17:24 -0400
commit494cc992eb2d29a25f4df61bfb92f713647f4d9a (patch)
treeddbfa0d25e5bf4658911daed4b9f508a72bbc2db /src/yuzu/main.h
parentf603dc9763bcedee57619ec192b90f745416c210 (diff)
parent7ec66db22ce04e647f863633a9999ab4c11d3893 (diff)
Merge pull request #10130 from liamwhite/keys
qt: warn on inoperable keys
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 8b5c1d747..3bbc31ada 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -392,6 +392,7 @@ private:
void LoadTranslation();
void OpenPerGameConfiguration(u64 title_id, const std::string& file_name);
bool CheckDarkMode();
+ bool CheckSystemArchiveDecryption();
QString GetTasStateDescription() const;
bool CreateShortcut(const std::string& shortcut_path, const std::string& title,