libnx/nx/source/services
2019-10-06 15:49:36 -04:00
..
acc.c Cache the preselected user in accountInitialize. Get/set the preselected userID in env, so that accountGetPreselectedUser() is usable multiple times. Renamed accountGetActiveUser to accountGetLastOpenedUser. Improved docs. 2019-07-29 19:00:52 -04:00
apm.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
applet.c Removed sm.h include from applet.c which is no longer needed. 2019-10-03 21:48:36 -04:00
async.c Added services/async. 2019-09-26 16:57:39 -04:00
auddev.c Introduce new IPC interface wrapper code, see details: 2019-09-19 03:50:28 +02:00
audin.c Use Event in audout/audin instead of raw handles. 2018-10-26 13:41:26 -04:00
audout.c Use Event in audout/audin instead of raw handles. 2018-10-26 13:41:26 -04:00
audren.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
bpc.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
bsd.c Introduce new IPC interface wrapper code, see details: 2019-09-19 03:50:28 +02:00
caps.c Added capsGetShimLibraryVersion. Added comments to audio.h. 2019-08-27 19:14:18 -04:00
capssc.c Renamed capsscCaptureScreenshot to capsscCaptureRawImageWithTimeout. 2019-08-28 22:38:12 -04:00
capssu.c Use BufferType_Type1 in _capssuSaveScreenShotEx0, instead of a constant. 2019-09-02 16:46:21 -04:00
capsu.c Added support for capsu. Updated caps.h. Improved docs. Added enum CapsContentType. Added structs CapsScreenShotAttributeForApplication, CapsScreenShotDecodeOption, CapsApplicationAlbumFileEntry, and CapsLoadAlbumScreenShotImageOutputForApplication. Added capsGetDefaultStartDateTime, capsGetDefaultEndDateTime, capsConvertApplicationAlbumFileEntryToApplicationAlbumEntry, and capsConvertApplicationAlbumEntryToApplicationAlbumFileEntry. 2019-09-08 19:20:17 -04:00
clkrst.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04: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
fatal.c Add compiler optimization hint to remove unused domain handling code 2019-09-20 01:36:22 +02:00
fs.c fs: Update names of enum/flag types for style consistency and correctness 2019-09-21 19:54:21 +02:00
fsldr.c fsldr: update to use new-ipc 2019-09-20 12:17:46 -07:00
fspr.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
gpio.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
grc.c Updated docs for OffscreenRecordingParameter. Updated param names for grcMovieMakerFinish. 2019-08-31 19:07:11 -04:00
hid.c Added hidGetNpadInterfaceType. 2019-09-13 00:05:43 -04:00
hiddbg.c Introduce new IPC interface wrapper code, see details: 2019-09-19 03:50:28 +02:00
hidsys.c Added hidGetSupportedNpadStyleSet. Moved hidSetSupportedNpadStyleSet to match cmd order. Added hidsysGetSupportedNpadStyleSetOfCallerApplet. 2019-07-29 18:22:46 -04:00
hwopus.c Change all services except fatal to use hosversion* instead of kernelAboveXYZ 2019-02-18 21:48:49 +01:00
i2c.c Introduce new IPC interface wrapper code, see details: 2019-09-19 03:50:28 +02:00
irs.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
lbl.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
ldr.c ldr: fix getter error 2019-06-26 19:16:10 +02:00
lr.c Fix typo 2019-09-13 13:16:54 +02:00
ncm.c Fixed ipc output/etc for ncmContentStorageListPlaceHolder, nsvmGetSafeSystemVersion, and nsdevPrepareLaunchProgramFromHost (caused by new-ipc changes). 2019-10-01 20:43:03 -04:00
nfc.c Fix nfc:user command ids 2019-07-22 22:13:32 +02:00
nifm.c nifm: Updated for new-ipc. Added nifmGetServiceSession_StaticService and nifmGetServiceSession_GeneralService. Fixed order of cmds and improved docs. Improved _nifmCreateGeneralService. 2019-10-05 12:38:42 -04:00
ns.c Fixed ipc output/etc for ncmContentStorageListPlaceHolder, nsvmGetSafeSystemVersion, and nsdevPrepareLaunchProgramFromHost (caused by new-ipc changes). 2019-10-01 20:43:03 -04:00
nv.c Add internal service guard helper, needed for proper thread safe service init/exit 2019-09-20 02:28:46 +02:00
pctl.c Added pctlConfirmStereoVisionPermission and pctlResetConfirmedStereoVisionPermission. 2019-04-22 12:33:01 -04:00
pcv.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
pdm.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
pl.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
pm.c pm: update to use new-ipc 2019-09-20 12:16:54 -07:00
psc.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
psm.c psm: Updated for new-ipc and minor internal improvements. 2019-10-06 12:24:29 -04:00
ro.c ro: update to use new-ipc 2019-09-20 12:17:57 -07:00
service_guard.h Minor style fixes in new IPC code 2019-09-20 14:54:45 +02:00
set.c set: Updated for new-ipc. Changed the type of the Language param for setMakeLanguage*() from s32 to SetLanguage. Added size_out param to setsysGetSettingsItemValue which was previously missing. Minor param name adjustment for setsysBindFatalDirtyFlagEvent. Improved docs. 2019-10-04 14:41:10 -04:00
sfdnsres.c Fixed passing rawdata params in _sfdnsresDispatchDnsRequest(). 2018-05-08 22:52:32 -04:00
sm.c Minor style fixes in new IPC code 2019-09-20 14:54:45 +02:00
smm.c sm/smm: Add GetServiceSession 2019-06-24 21:43:45 +02:00
spl.c spl: update to use new-ipc 2019-09-20 12:17:27 -07:00
spsm.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
time.c time: Correct timeToPosixTime(WithMyRule) to accept number of timestamps instead of raw byte size 2019-09-22 18:12:28 +02:00
ts.c Updated ts for new IPC. 2019-09-30 20:04:51 -04:00
usbds.c Add a bunch of GetServiceSession functions (#305) 2019-07-13 15:09:28 -04:00
usbhs.c Introduce new IPC interface wrapper code, see details: 2019-09-19 03:50:28 +02:00
vi.c Added viDestroyManagedLayer (#316) 2019-08-08 12:41:10 +02:00
wlaninf.c wlaninf: Updated for new-ipc. 2019-10-04 20:36:51 -04:00