diff options
author | Andrew Pilley <anpilley@mycronite.net> | 2024-02-17 23:33:55 +1100 |
---|---|---|
committer | Andrew Pilley <anpilley@mycronite.net> | 2024-02-17 23:33:55 +1100 |
commit | 501e3ae05abbb6ae1cb8811113e1c889d33e5858 (patch) | |
tree | 06ee852b316de9711d9d2b3c1c546c2c77a7b46f /src/yuzu/main.h | |
parent | a40adbc142dbf324fa4ee69d7f4655eedb5ffb24 (diff) |
Implement In-app firmware installation.
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index aba61e388..1f0e35c67 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -380,6 +380,7 @@ private slots: void OnLoadAmiibo(); void OnOpenYuzuFolder(); void OnVerifyInstalledContents(); + void OnInstallFirmware(); void OnAbout(); void OnToggleFilterBar(); void OnToggleStatusBar(); |