diff options
| author | 2023-03-29 09:11:34 -0400 | |
|---|---|---|
| committer | 2023-03-29 09:11:34 -0400 | |
| commit | 8bdc51b620f0778f53d76ad9368da97a9213d631 (patch) | |
| tree | 2a71c944643cda0ab019c22d1d46d58552f002ff /src/core/frontend/applets/cabinet.cpp | |
| parent | Merge pull request #10003 from german77/disconnect (diff) | |
| parent | qt: implement RequestExit for applets (diff) | |
| download | yuzu-8bdc51b620f0778f53d76ad9368da97a9213d631.tar.gz yuzu-8bdc51b620f0778f53d76ad9368da97a9213d631.tar.xz yuzu-8bdc51b620f0778f53d76ad9368da97a9213d631.zip | |
Merge pull request #9505 from liamwhite/request-exit
applets: implement RequestExit
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
| -rw-r--r-- | src/core/frontend/applets/cabinet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/frontend/applets/cabinet.cpp b/src/core/frontend/applets/cabinet.cpp index 26c7fefe3..2d501eeae 100644 --- a/src/core/frontend/applets/cabinet.cpp +++ b/src/core/frontend/applets/cabinet.cpp | |||
| @@ -10,6 +10,8 @@ namespace Core::Frontend { | |||
| 10 | 10 | ||
| 11 | CabinetApplet::~CabinetApplet() = default; | 11 | CabinetApplet::~CabinetApplet() = default; |
| 12 | 12 | ||
| 13 | void DefaultCabinetApplet::Close() const {} | ||
| 14 | |||
| 13 | void DefaultCabinetApplet::ShowCabinetApplet( | 15 | void DefaultCabinetApplet::ShowCabinetApplet( |
| 14 | const CabinetCallback& callback, const CabinetParameters& parameters, | 16 | const CabinetCallback& callback, const CabinetParameters& parameters, |
| 15 | std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { | 17 | std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { |