diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-01 11:59:50 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-02 11:29:12 -0600 |
commit | 2fa53ec1d90ab6b2c126fbe42ac73b4ea74cc726 (patch) | |
tree | 9aa78ae7069ccef4edd56d16130bb5dd8c18c65c /src/yuzu/main.h | |
parent | e37ad99f223636caffa855aa6901694f64d095c6 (diff) |
yuzu: Allow to launch album applet from firmware
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 52028234c..6450beb65 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -369,6 +369,7 @@ private slots: void ResetWindowSize720(); void ResetWindowSize900(); void ResetWindowSize1080(); + void OnAlbum(); void OnCabinet(Service::NFP::CabinetMode mode); void OnMiiEdit(); void OnCaptureScreenshot(); |