libnx/nx/include/switch/services
fincs 0640c9da76
hid: Introduce HidNpadIdType, see details:
- Replaced most usages of HidControllerID with HidNpadIdType
- HidControllerID still exists for now, and the following functions
  keep accepting it for compatibility with most homebrew:
  - hidIsControllerConnected
  - hidKeysHeld/Down/Up
  - hidJoystickRead
  - hidSixAxisSensorValuesRead
- hidControllerIDTo/FromOfficial renamed to ToNpadIdType/FromNpadIdType
- Updated some comments that were left untouched during previous hid refactoring
- Partial internal refactor of hidGetNpadStates*
2020-12-01 13:49:50 +01:00
..
acc.h account: Added accountIsUserRegistrationRequestPermitted and accountTrySelectUserWithoutInteraction. 2019-12-03 13:13:11 -05:00
apm.h apm: add apmGetPerformanceMode 2020-03-06 18:12:10 +01:00
applet.h applet: Added get-event funcs: 2020-06-24 10:35:30 -04:00
async.h Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00
auddev.h Updated hwopus for new-ipc. Added types.h include to auddev.h/hwopus.h. 2019-10-14 21:07:38 -04:00
audin.h Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00
audout.h add remaining IAudioOut commands (#393) 2020-04-06 23:29:27 +02:00
audren.h audren: Updated for new-ipc. Renamed audrenGetServiceSession to audrenGetServiceSession_AudioRenderer. Use the [3.0.0+] *Auto cmd with audrenRequestUpdateAudioRenderer when available. Minor adjustments + improved docs. 2019-10-16 10:14:57 -04:00
bpc.h bpc: Added a required-sysver check for bpcGetSleepButtonState which was missing. 2020-04-16 13:46:55 -04:00
bsd.h bsd/sockets: Added actual support for recvmsg/sendmsg and sendmmsg/recvmmsg, on [7.0.0+]. 2020-04-09 13:15:07 -04:00
bt.h bluetooth: Updated params, improved docs, etc. 2020-08-20 18:38:55 -04:00
btdrv_types.h btdrv: Updated docs for BtdrvBluetoothPropertyType_Unknown3. 2020-09-04 11:59:35 -04:00
btdrv.h btdrv: Updated param order. 2020-08-20 18:38:55 -04:00
btm.h btm: Update the right struct, BtmDeviceInfoList. 2020-08-26 19:10:38 -04:00
btmsys.h Added btmsys. 2020-08-20 18:38:55 -04:00
btmu.h bluetooth: Updated params, improved docs, etc. 2020-08-20 18:38:55 -04:00
caps.h caps: correct CapsScreenShotDecodeOption (#406) 2020-04-20 18:56:31 +02:00
capsa.h add caps:c (#375) 2020-02-19 23:32:01 +01:00
capsc.h add caps:c (#375) 2020-02-19 23:32:01 +01:00
capsdc.h add jpegdec/caps:dc (#369) 2020-01-31 17:53:07 +01:00
capssc.h add capssc 1201-1203 debug calls (#408) 2020-04-24 22:10:42 +02:00
capssu.h Use official naming instead of 'title(ID)'. Use 'uid(s)' instead of 'userID(s)'. Updated various struct field names. Improved docs + minor other improvements. 2019-10-30 10:38:05 -04:00
capsu.h add capsa IAlbumAccessorSession and more capsa calls (#363) 2020-01-16 19:29:28 -05:00
clkrst.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
csrng.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
fan.h add fan service (#376) 2020-02-28 19:23:10 +01:00
fatal.h fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
friends.h Added appletGetFriendInvitationStorageChannelEvent, appletTryPopFromFriendInvitationStorageChannel, appletGetNotificationStorageChannelEvent, and appletTryPopFromNotificationStorageChannel. Added appletPushToFriendInvitationStorageChannel/appletPushToNotificationStorageChannel. Added friendsGetFriendInvitationNotificationEvent/friendsTryPopFriendInvitationNotificationInfo. Added notif, for adding notifGetNotificationSystemEvent/notifTryPopNotifiedApplicationParameter. 2019-11-15 14:26:29 -05:00
fs.h fs: add missing AccessLog functions. (#491) 2020-07-03 00:03:36 +02:00
fsldr.h fsldr: update for 10.0.0 2020-04-14 21:29:38 +02:00
fspr.h Moved most ncm types into ncm_types.h. Renamed FsStorageId to NcmStorageId, with updated names for some values (now located in ncm_types.h). Various improvements + improved docs. 2019-11-11 18:19:45 -05:00
gpio.h gpio: implement majority of the service 2020-10-26 11:48:07 +01:00
grc.h added caps:a (#358) 2020-01-09 15:32:34 -05:00
hid.h hid: Introduce HidNpadIdType, see details: 2020-12-01 13:49:50 +01:00
hidbus.h hid: Introduce HidNpadIdType, see details: 2020-12-01 13:49:50 +01:00
hiddbg.h hid: Fixed HidNpadInterfaceType. 2020-12-01 13:49:48 +01:00
hidsys.h hid: Introduce HidNpadIdType, see details: 2020-12-01 13:49:50 +01:00
hwopus.h Updated hwopus for new-ipc. Added types.h include to auddev.h/hwopus.h. 2019-10-14 21:07:38 -04:00
i2c.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
ins.h Add service wrappers for ins:r and ins:s (#502) 2020-11-08 00:28:20 +01:00
irs.h hid: Introduce HidNpadIdType, see details: 2020-12-01 13:49:50 +01:00
lbl.h lbl: more commands (#377) 2020-02-28 19:13:27 +01:00
ldn.h ldn: Updated structs. 2020-05-24 12:34:43 -04:00
ldr.h Added a sysver-check for appletOpenMainApplication, it was removed with [10.0.0+]. Added a required-sysver comment for ldrPmSetEnabledProgramVerification. 2020-04-16 13:54:44 -04:00
lp2p.h lp2p: Updated docs. 2020-10-25 19:55:33 -04:00
lr.h lr: add lrLrEraseProgramRedirection 2020-04-16 21:24:49 +02:00
mii.h Add mii and miiimg services (#402) 2020-04-17 01:28:53 +02:00
miiimg.h Add mii and miiimg services (#402) 2020-04-17 01:28:53 +02:00
ncm_types.h Added type Uuid and use it where needed. Renamed the c field in NcmPlaceHolderId to uuid. Removed PACKED from WebWifiPageArg/WebWifiReturnValue. 2019-12-03 23:31:01 -05:00
ncm.h Moved most ncm types into ncm_types.h. Renamed FsStorageId to NcmStorageId, with updated names for some values (now located in ncm_types.h). Various improvements + improved docs. 2019-11-11 18:19:45 -05:00
news.h news: fix structs 2020-11-18 19:16:32 +01:00
nfc.h Add mii and miiimg services (#402) 2020-04-17 01:28:53 +02:00
nifm.h Added support for nifmLa. Added nifmRequestGetAppletInfo. 2020-06-11 19:00:07 -04:00
nim.h nim: add ListSystemUpdateTask/DestroySystemUpdateTask (#390) 2020-03-31 21:41:05 +02:00
notif.h Updated notif docs. 2019-11-17 18:40:37 -05:00
ns.h ns: Added/updated required-sysver checks as needed by [10.0.0+], and added nsdevLaunchApplicationFromHost. 2020-04-16 12:38:46 -04:00
nv.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
pctl.h pctl: Updated for new-ipc. Added pctlGetServiceSession and pctlGetServiceSession_Service. 2019-10-10 22:03:22 -04:00
pcv.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
pdm.h pdm: Updated for [10.0.0+]. 2020-04-17 14:17:30 -04:00
pgl.h pgl: implement full api 2020-04-16 21:24:49 +02:00
pl.h make pl:s accessible (#400) 2020-04-15 18:18:14 +02:00
pm.h pm: rename EnableApplicationExtraThread 2020-04-16 21:24:49 +02:00
psc.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
psm.h psm: Add more battery functions 2020-09-28 00:36:35 +02:00
ro.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
set.h set: Updated for [10.1.0+], added more cmds, use struct for nickname. 2020-08-20 23:20:10 -04:00
sfdnsres.h sfdnsres: Correct some more parameter names 2019-10-28 13:27:55 +01:00
sm.h Delete old IPC 🎉 2019-12-12 02:25:05 +01:00
smm.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
spl.h spl: fix rsa key accessors on >= 5.x 2020-02-17 23:20:45 +01:00
spsm.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
ssl.h ssl: Improved docs. 2020-06-21 13:16:34 -04:00
tc.h add tc (#378) 2020-02-28 17:59:31 +01:00
time.h time: Add timeGetStandardSteadyClockInternalOffset [3.0.0+] 2020-04-11 00:13:21 +02:00
ts.h ts: Add temperature location comments 2020-03-11 16:05:21 +01:00
uart.h Added uart. 2020-09-12 18:53:30 -04:00
usb.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00
usbds.h usbds: Updated for new-ipc. Added sysver checking. Updated the intf_num param type for usbDsRegisterInterfaceEx, likewise with intf_num fields used elsewhere. Renamed the Service 'h' field in UsbDsInterface/UsbDsEndpoint to 's'. Minor improvements + improved docs. 2019-10-17 17:34:36 -04:00
usbhs.h usbhs: Swapped the INPUT/OUTPUT endpoint descriptors in UsbHsInterfaceInfo to support [8.0.0+], and convert that struct to the new layout internally when running on pre-8.0.0. Closes #341. 2019-10-29 16:48:20 -04:00
vi.h capssc: Add CaptureJpegScreenShot (#407) 2020-04-23 00:07:03 +02:00
wlaninf.h Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define. 2019-10-31 22:53:42 -04:00