diff options
author | Fernando S <fsahmkow27@gmail.com> | 2023-10-10 11:47:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 11:47:13 +0200 |
commit | 8151a4d30121bb75500c94c1e70d665ba63146c8 (patch) | |
tree | 8478fc8d71394061bb204049a0564cd1257bd1f7 /src/yuzu/main.h | |
parent | 8ac8d703b9af7ebe858cb8957d42eb42c5ffdf75 (diff) | |
parent | 8347e5cdb9377eb10dfd3b17aeb45290625687a1 (diff) |
Merge pull request #11650 from german77/lle_album
service: am: Add support for LLE Album Applet
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 c1872ecd4..2346eb3bd 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -374,6 +374,7 @@ private slots: void ResetWindowSize720(); void ResetWindowSize900(); void ResetWindowSize1080(); + void OnAlbum(); void OnCabinet(Service::NFP::CabinetMode mode); void OnMiiEdit(); void OnCaptureScreenshot(); |