diff options
author | Narr the Reg <[email protected]> | 2023-11-20 16:53:33 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-20 16:53:33 -0600 |
commit | 8da5bd27e9d4fe5e850700039d79f77e52ba6aea (patch) | |
tree | f7092ca45b92aa83ef636cc13f970cd3561ba93e /src/yuzu/main.h | |
parent | 00dcf69ce88c5f146cd118d465b302c2513da7d1 (diff) | |
parent | cb004d1ba1bde740ba10418ac3f3cfd2db8ffac7 (diff) | |
download | yuzu-mainline-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.tar.gz yuzu-mainline-8da5bd27e9d4fe5e850700039d79f77e52ba6aea.zip |
Merge pull request #12011 from Macj0rdan/controller-applet
Implemented qlaunch version of the controller 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 f67c4cfda..49ee1e1d2 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -410,6 +410,7 @@ private slots: void OnAlbum(); void OnCabinet(Service::NFP::CabinetMode mode); void OnMiiEdit(); + void OnOpenControllerMenu(); void OnCaptureScreenshot(); void OnReinitializeKeys(ReinitializeKeyBehavior behavior); void OnLanguageChanged(const QString& locale); |