.. |
acc.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 |
apm.h
|
apm: Updated for new-ipc. Added enum ApmPerformanceMode. Added apmGetServiceSession_Session. Improved docs.
|
2019-10-06 19:02:05 -04:00 |
applet.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 |
async.h
|
Include sf/service.h instead of sm.h, in the service/ headers for services which were previously updated for new-ipc.
|
2019-10-04 10:20:15 -04: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
|
audin: Updated for new-ipc. Use the [3.0.0+] *Auto cmds when available. Added count param to audinListAudioIns. Added audinGetServiceSession and audinGetServiceSession_AudioIn.
|
2019-10-15 19:58:12 -04:00 |
audout.h
|
audout: Added audoutGetServiceSession and audoutGetServiceSession_AudioOut. Improved docs.
|
2019-10-15 18:13:22 -04: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
|
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 |
bsd.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 |
caps.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 |
capssc.h
|
Improved bool handling, clear IPC in-struct padding, and use serviceAssumeDomain prior to serviceClose in non-_{name}Cleanup funcs. Removed PACKED from the _usbHsIfCtrlXferAsync IPC in-struct. Fixed the code setting the IPC in-struct for _nsCmdRequestSendReceiveSystemUpdate, which is used by nssuRequestSendSystemUpdate/nssuControlRequestReceiveSystemUpdate. Minor other changes. Updated a param name for capsscCaptureRawImageWithTimeout.
|
2019-10-25 20:29:43 -04: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
|
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 |
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 |
fatal.h
|
fatal: Rename functions/types to match official names more closely
|
2019-10-24 23:25:07 +02:00 |
friends.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 |
fs.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 |
fsldr.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 |
fspr.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 |
gpio.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 |
grc.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 |
hid.h
|
Use const for various hid vibration funcs.
|
2019-11-01 19:11:18 -04:00 |
hiddbg.h
|
Added hiddbgWriteSerialFlash.
|
2019-10-19 18:42:45 -04:00 |
hidsys.h
|
hidsys: Fixed cmd order. Fixed output size for hidsysGetUniquePadSerialNumber.
|
2019-10-20 02:35:30 -04: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 |
irs.h
|
irs: Updated for new-ipc. Improved docs.
|
2019-10-11 22:35:56 -04:00 |
lbl.h
|
lbl: Updated for new-ipc and improved docs.
|
2019-10-11 11:18:51 -04:00 |
ldr.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 |
lr.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 |
ncm.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 |
nfc.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 |
nifm.h
|
Fixed includes in nifm.h/wlaninf.h.
|
2019-10-05 20:47:24 -04:00 |
ns.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 |
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
|
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 |
pl.h
|
pl: Updated for new-ipc. Updated param types for plGetSharedFontByType and plGetSharedFont. Improved docs and minor other changes.
|
2019-10-11 01:47:23 -04:00 |
pm.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 |
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
|
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 |
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
|
Minor style adjustment.
|
2019-11-01 23:00:12 -04:00 |
sfdnsres.h
|
sfdnsres: Correct some more parameter names
|
2019-10-28 13:27:55 +01:00 |
sm.h
|
sm: Introduce and use SmServiceName struct (with better codegen)
|
2019-10-22 20:10:52 +02: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
|
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 |
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 |
time.h
|
Initialize time by using TimeServiceType/__nx_time_service_type, with the default now being User.
|
2019-11-01 13:20:55 -04:00 |
ts.h
|
Include sf/service.h instead of sm.h, in the service/ headers for services which were previously updated for new-ipc.
|
2019-10-04 10:20:15 -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
|
vi: Renamed viGetDisplayMinimumZ to viGetZOrderCountMin, and renamed viGetDisplayMaximumZ to viGetZOrderCountMax. Updated param types. Clear IPC in-struct padding + minor other changes.
|
2019-10-24 18:06:33 -04: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 |