diff options
| author | german77 <juangerman-13@hotmail.com> | 2023-09-21 20:55:30 -0600 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2023-09-23 20:13:36 -0600 |
| commit | bb4ae5ee538a1fc69cfdcb292a9223c587627d58 (patch) | |
| tree | 2b057c8f05fd679bc6e34d25ad992efe04911961 /src/yuzu/main.h | |
| parent | 2921a24268eb080fbcda24f20d0baa83e03da608 (diff) | |
yuzu: Add button to boot mii edit from firmware
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index cf191f698..53bedfab3 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -365,6 +365,7 @@ private slots: void ResetWindowSize720(); void ResetWindowSize900(); void ResetWindowSize1080(); + void OnMiiEdit(); void OnCaptureScreenshot(); void OnReinitializeKeys(ReinitializeKeyBehavior behavior); void OnLanguageChanged(const QString& locale); @@ -409,6 +410,7 @@ private: void OpenPerGameConfiguration(u64 title_id, const std::string& file_name); bool CheckDarkMode(); bool CheckSystemArchiveDecryption(); + bool CheckFirmwarePresence(); void ConfigureFilesystemProvider(const std::string& filepath); QString GetTasStateDescription() const; |
