mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 11:47:50 +00:00
yuzu: Add button to boot mii edit from firmware
This commit is contained in:
parent
31288b1265
commit
77d06e6136
3 changed files with 52 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue