summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2024-01-24 18:33:34 +0100
committert895 <clombardo169@gmail.com>2024-01-25 18:53:48 +0100
commit1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6 (patch)
treebea2cc265f8c2ca59a2f642128e6ee6d1c1196a6 /src/yuzu/main.h
parentMerge pull request #12739 from t895/debug-keystore (diff)
downloadyuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar.gz
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar.bz2
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar.lz
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar.xz
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.tar.zst
yuzu-1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6.zip
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 280fae5c3..6b72094ff 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -125,11 +125,6 @@ enum class EmulatedDirectoryTarget {
SDMC,
};
-enum class ReinitializeKeyBehavior {
- NoWarning,
- Warning,
-};
-
namespace VkDeviceInfo {
class Record;
}
@@ -400,7 +395,7 @@ private slots:
void OnMiiEdit();
void OnOpenControllerMenu();
void OnCaptureScreenshot();
- void OnReinitializeKeys(ReinitializeKeyBehavior behavior);
+ void OnCheckFirmwareDecryption();
void OnLanguageChanged(const QString& locale);
void OnMouseActivity();
bool OnShutdownBegin();
@@ -441,7 +436,6 @@ private:
void LoadTranslation();
void OpenPerGameConfiguration(u64 title_id, const std::string& file_name);
bool CheckDarkMode();
- bool CheckSystemArchiveDecryption();
bool CheckFirmwarePresence();
void SetFirmwareVersion();
void ConfigureFilesystemProvider(const std::string& filepath);