libnx/nx/source/services
Rajko Stojadinovic dcdb5c28a4 Fix fsOpenFileSystem (#153)
* Fix fsOpenFileSystem

* Make fsOpenFileSystem and fsOpenFileSystemWithId work on all firmware versions

* Add some comments for fsOpenFileSystem(WithId)
2018-09-09 19:56:38 +02:00
..
acc.c Added accountGetUserCount and accountListAllUsers (#103) 2018-07-01 16:34:21 -04:00
apm.c Introduce atomics.c, refcounting on all services 2018-03-10 14:33:40 +01:00
applet.c Add appletBeginBlockingHomeButton() and appletEndBlockingHomeButton() (#165) 2018-09-09 19:55:53 +02:00
audin.c Introduce atomics.c, refcounting on all services 2018-03-10 14:33:40 +01:00
audout.c Introduce atomics.c, refcounting on all services 2018-03-10 14:33:40 +01:00
audren.c kernel/event.h: several fixes, including autoclear support 2018-08-31 13:05:22 +02:00
bpc.c Add bpc service with ShutdownSystem and RebootSystem commands (#144) 2018-08-24 16:21:16 +02:00
bsd.c Fixed bsdGetSockOpt. 2018-05-09 22:07:54 -04:00
csrng.c Implement CSRNG services 2018-05-07 17:04:59 +02:00
fatal.c Fatal: fix marshalling 2018-07-28 18:24:19 -07:00
fs.c Fix fsOpenFileSystem (#153) 2018-09-09 19:56:38 +02:00
fsldr.c fix stringop-truncation warnings (#84) 2018-05-08 21:58:38 +02:00
fspr.c Add support for fsp-pr. 2018-05-07 17:04:59 +02:00
hid.c Use reference counting across services 2018-08-31 13:05:21 +02:00
irs.c Use reference counting across services 2018-08-31 13:05:21 +02:00
ldr.c Implement all Loader Services. 2018-05-07 17:04:59 +02:00
lr.c fix stringop-truncation warnings (#84) 2018-05-08 21:58:38 +02:00
ncm.c Add ncmContentStorageGetPlaceHolderPath and ncmContentStorageCleanupAllPlaceHolder 2018-07-27 18:14:43 +02:00
nifm.c Fixed nifm not initializing properly for < 3.0.0 2018-08-27 16:10:53 +02:00
ns.c Added nsListApplicationRecord and nsListContentMetaStatus (#163) 2018-09-09 19:56:16 +02:00
nv.c nvQueryEvent: return an Event instead of a raw Handle 2018-08-31 13:05:23 +02:00
pl.c Added plGetSharedFontByType(). Added _plRequestLoadWait which is used internally for both plGetSharedFontByType() and plGetSharedFont(). Moved offset/size validation code in pl into a dedicated func. 2018-04-25 12:49:01 -04:00
pm.c Added a few misc IPC wrappers (#107) 2018-06-04 22:05:51 -04:00
psm.c Add psm service and psmGetBatteryChargePercentage function (fixed) (#166) 2018-09-09 19:55:36 +02:00
set.c Add setsysSetColorSetId and region codes 2018-06-13 19:34:20 -04:00
sfdnsres.c Fixed passing rawdata params in _sfdnsresDispatchDnsRequest(). 2018-05-08 22:52:32 -04:00
sm.c Close sm session properly 2018-08-28 21:29:55 +02:00
smm.c Implement sm:m. 2018-05-04 01:50:22 +02:00
spl.c Implement SPL services 2018-05-07 17:04:59 +02:00
time.c Introduce atomics.c, refcounting on all services 2018-03-10 14:33:40 +01:00
usb.c Stylefixes 2018-04-15 23:28:28 +02:00
vi.c viGetDisplayVsyncEvent: return an Event instead of a raw handle 2018-08-31 13:05:22 +02:00