diff options
| author | 2023-04-19 19:01:23 -0600 | |
|---|---|---|
| committer | 2023-05-05 22:02:59 -0600 | |
| commit | 94151097b9abadf35c55ea06a31925c9848f4c62 (patch) | |
| tree | 28a00c878f90492ffd2bb95521c2cc3990cc4323 /src/core/frontend/applets/cabinet.cpp | |
| parent | core: service: Add FunctionInfoTyped to allow expanding existing interfaces (diff) | |
| download | yuzu-94151097b9abadf35c55ea06a31925c9848f4c62.tar.gz yuzu-94151097b9abadf35c55ea06a31925c9848f4c62.tar.xz yuzu-94151097b9abadf35c55ea06a31925c9848f4c62.zip | |
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 | } |