diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-09-28 22:35:08 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-01 11:38:25 -0600 |
commit | 03d4fffc702a5f36b96c995d7f2073766131693c (patch) | |
tree | 831433653710ac2f2f15ef5f8be8ca5441944bf7 /src/yuzu/main.h | |
parent | 257a6aa2ba5f966275ee3fc1898ba33d371df42c (diff) |
yuzu: Allow to launch cabinet applet from firmware
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index ba318eb11..52028234c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -102,6 +102,10 @@ namespace Service::NFC { class NfcDevice; } // namespace Service::NFC +namespace Service::NFP { +enum class CabinetMode : u8; +} // namespace Service::NFP + namespace Ui { class MainWindow; } @@ -365,6 +369,7 @@ private slots: void ResetWindowSize720(); void ResetWindowSize900(); void ResetWindowSize1080(); + void OnCabinet(Service::NFP::CabinetMode mode); void OnMiiEdit(); void OnCaptureScreenshot(); void OnReinitializeKeys(ReinitializeKeyBehavior behavior); |