diff --git a/nx/include/switch/services/nfc.h b/nx/include/switch/services/nfc.h index 1354043e..8b6d21d0 100644 --- a/nx/include/switch/services/nfc.h +++ b/nx/include/switch/services/nfc.h @@ -137,8 +137,11 @@ Service* nfpuGetInterface(void); Result nfpuStartDetection(HidControllerID id); Result nfpuStopDetection(HidControllerID id); +/// Returned event will have autoclear off. Result nfpuAttachActivateEvent(HidControllerID id, Event *out); +/// Returned event will have autoclear off. Result nfpuAttachDeactivateEvent(HidControllerID id, Event *out); +/// Returned event will have autoclear on. Result nfpuAttachAvailabilityChangeEvent(Event *out); Result nfpuGetState(NfpuState *out);