libnx/nx/source/services
2020-03-07 12:40:02 +01:00
..
acc.c account: Added accountIsUserRegistrationRequestPermitted and accountTrySelectUserWithoutInteraction. 2019-12-03 13:13:11 -05:00
apm.c apm: add apmGetPerformanceMode 2020-03-06 18:12:10 +01:00
applet.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
async.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
auddev.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
audin.c 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
audout.c 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
audren.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
bpc.c bpc: update for new-ipc 2019-10-20 01:11:26 +02:00
bsd.c Add multithreaded BSD/socket support; revise BSD service type handling so that bsd:u is the default (since it has 22 worker threads as opposed to bsd:s's 11) 2019-10-26 17:26:04 +02:00
caps.c 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
capsa.c add caps:c (#375) 2020-02-19 23:32:01 +01:00
capsc.c add caps:c (#375) 2020-02-19 23:32:01 +01:00
capsdc.c add jpegdec/caps:dc (#369) 2020-01-31 17:53:07 +01:00
capssc.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
capssu.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
capsu.c add capsa IAlbumAccessorSession and more capsa calls (#363) 2020-01-16 19:29:28 -05:00
clkrst.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
csrng.c csrng: Updated for new-ipc. Removed copyright comment-header in the .c (other .c don't have it and the .h has one anyway). 2019-10-06 15:49:36 -04:00
fan.c add fan service (#376) 2020-02-28 19:23:10 +01:00
fatal.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
friends.c 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.c fs: add IsSignedSystemPartitionOnSdCardValid (#381) 2020-03-07 12:40:02 +01:00
fsldr.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
fspr.c 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.c gpio: update for new-ipc 2019-10-20 01:11:23 +02:00
grc.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
hid.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
hiddbg.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
hidsys.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
hwopus.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
i2c.c i2c: update for new-ipc 2019-10-20 01:13:39 +02:00
irs.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
lbl.c lbl: more commands (#377) 2020-02-28 19:13:27 +01:00
ldr.c Fixed definitions for ldrShellFlushArguments/ldrDmntFlushArguments and spl*GetServiceSession. Removed fsldrSetCurrentProcess from the .h. Closes #366. 2020-01-21 16:09:28 -05:00
lr.c 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
ncm.c 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
nfc.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
nifm.c nifm: Added NifmClientId and nifmGetClientId/nifmIsAnyInternetRequestAccepted. 2020-02-15 12:32:50 -05:00
notif.c Added actual support for notif + improved docs. 2019-11-17 18:25:57 -05:00
ns.c ns: Added nsGetDynamicRightsInterface, nsGetReadOnlyApplicationRecordInterface, nsGetApplicationVersionInterface, nsGetAccountProxyInterface, nsGetDocumentInterface. 2020-03-03 16:27:44 -05:00
nv.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
pctl.c 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
pcv.c pcv: update for new-ipc 2019-10-20 01:11:24 +02:00
pdm.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
pl.c pl: Removed unneeded plExit call from _plInitialize on errors, which is not needed with new-ipc. 2020-03-05 10:39:29 -05:00
pm.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
psc.c psc: update for new-ipc 2019-10-20 01:13:39 +02:00
psm.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
ro.c ro: rename GetProcessModuleInfo 2019-10-28 12:18:14 +01:00
service_guard.h Minor style fixes in new IPC code 2019-09-20 14:54:45 +02:00
set.c Correct structs and finish adding all set:cal calls (#373) 2020-02-18 19:56:31 +01:00
sfdnsres.c sfdnsres: Correct some more parameter names 2019-10-28 13:27:55 +01:00
sm.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
smm.c smm: update for new-ipc 2019-10-20 01:13:40 +02:00
spl.c spl: fix rsa key accessors on >= 5.x 2020-02-17 23:20:45 +01:00
spsm.c spsm: update for new-ipc 2019-10-20 01:11:23 +02:00
tc.c add tc (#378) 2020-02-28 17:59:31 +01:00
time.c Initialize time by using TimeServiceType/__nx_time_service_type, with the default now being User. 2019-11-01 13:20:55 -04:00
ts.c Updated ts for new IPC. 2019-09-30 20:04:51 -04:00
usbds.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
usbhs.c Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements. 2019-11-12 12:45:58 -05:00
vi.c Simplify appletGetAppletResourceUserId and related logic 2020-01-17 00:18:55 +01:00
wlaninf.c wlaninf: Updated for new-ipc. 2019-10-04 20:36:51 -04:00