yuzu: Allow to launch cabinet applet from firmware

This commit is contained in:
Narr the Reg
2023-09-28 22:35:08 -06:00
parent 257a6aa2ba
commit 03d4fffc70
3 changed files with 77 additions and 2 deletions

View File

@ -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);