mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
nfc: add comments about autoclear
This commit is contained in:
parent
44891e6705
commit
cb7100dc7f
@ -137,8 +137,11 @@ Service* nfpuGetInterface(void);
|
|||||||
Result nfpuStartDetection(HidControllerID id);
|
Result nfpuStartDetection(HidControllerID id);
|
||||||
Result nfpuStopDetection(HidControllerID id);
|
Result nfpuStopDetection(HidControllerID id);
|
||||||
|
|
||||||
|
/// Returned event will have autoclear off.
|
||||||
Result nfpuAttachActivateEvent(HidControllerID id, Event *out);
|
Result nfpuAttachActivateEvent(HidControllerID id, Event *out);
|
||||||
|
/// Returned event will have autoclear off.
|
||||||
Result nfpuAttachDeactivateEvent(HidControllerID id, Event *out);
|
Result nfpuAttachDeactivateEvent(HidControllerID id, Event *out);
|
||||||
|
/// Returned event will have autoclear on.
|
||||||
Result nfpuAttachAvailabilityChangeEvent(Event *out);
|
Result nfpuAttachAvailabilityChangeEvent(Event *out);
|
||||||
|
|
||||||
Result nfpuGetState(NfpuState *out);
|
Result nfpuGetState(NfpuState *out);
|
||||||
|
Loading…
Reference in New Issue
Block a user