From 0856a9a73c467007e43461579bbc226b560c1747 Mon Sep 17 00:00:00 2001 From: XorTroll <33005497+XorTroll@users.noreply.github.com> Date: Sun, 5 Apr 2020 12:55:58 +0200 Subject: [PATCH] Update nfc.h --- nx/include/switch/services/nfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/nfc.h b/nx/include/switch/services/nfc.h index 90d40012..89f3612a 100644 --- a/nx/include/switch/services/nfc.h +++ b/nx/include/switch/services/nfc.h @@ -175,7 +175,7 @@ Result nfpMount(const NfcDeviceHandle *handle, NfpDeviceType device_type, NfpMou Result nfpUnmount(const NfcDeviceHandle *handle); /// Not available with ::NfpServiceType_System. -Result nfpOpenApplicationArea(const NfcDeviceHandle *handle, u32 app_id, u32 *npad_id); +Result nfpOpenApplicationArea(const NfcDeviceHandle *handle, u32 app_id); /// Not available with ::NfpServiceType_System. Result nfpGetApplicationArea(const NfcDeviceHandle *handle, void* buf, size_t buf_size);