diff options
| author | 2023-05-07 12:18:09 -0700 | |
|---|---|---|
| committer | 2023-05-07 12:18:09 -0700 | |
| commit | e58090c9c731701662d0824c2fd081467f21f5c3 (patch) | |
| tree | f35c9a080f3b5a9067381b615eca928e8825ee20 /src/core/frontend/applets/cabinet.cpp | |
| parent | Merge pull request #10192 from bunnei/update-dynarmic-2 (diff) | |
| parent | service: nfc: Merge device interfaces and create the device manager (diff) | |
| download | yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.gz yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.xz yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.zip | |
Merge pull request #10097 from german77/nfp_full
service: nfc: Merge device interfaces and create the device manager
Diffstat (limited to 'src/core/frontend/applets/cabinet.cpp')
| -rw-r--r-- | src/core/frontend/applets/cabinet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/cabinet.cpp b/src/core/frontend/applets/cabinet.cpp index 2d501eeae..c33ce248b 100644 --- a/src/core/frontend/applets/cabinet.cpp +++ b/src/core/frontend/applets/cabinet.cpp | |||
| @@ -14,7 +14,7 @@ void DefaultCabinetApplet::Close() const {} | |||
| 14 | 14 | ||
| 15 | void DefaultCabinetApplet::ShowCabinetApplet( | 15 | void DefaultCabinetApplet::ShowCabinetApplet( |
| 16 | const CabinetCallback& callback, const CabinetParameters& parameters, | 16 | const CabinetCallback& callback, const CabinetParameters& parameters, |
| 17 | std::shared_ptr<Service::NFP::NfpDevice> nfp_device) const { | 17 | std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const { |
| 18 | LOG_WARNING(Service_AM, "(STUBBED) called"); | 18 | LOG_WARNING(Service_AM, "(STUBBED) called"); |
| 19 | callback(false, {}); | 19 | callback(false, {}); |
| 20 | } | 20 | } |