.. |
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
|
Expose appletSetFocusHandlingMode
|
2018-11-08 19:27:56 -05:00 |
auddev.c
|
Use BufferType_Normal in auddev.
|
2018-11-05 11:34:30 -05: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
|
kernel/event.h: several fixes, including autoclear support
|
2018-08-31 13:05:22 +02:00 |
bpc.c
|
Add bpcGetSleepButtonState
|
2018-11-14 19:52:40 -05:00 |
bsd.c
|
Fixed bsdGetSockOpt.
|
2018-05-09 22:07:54 -04:00 |
csrng.c
|
Resolve trivial -Wmissing-prototypes warnings
|
2018-09-14 19:07:34 +02:00 |
fatal.c
|
Use FatalType_ErrorReportAndErrorScreen instead of FatalType_ErrorScreen, on pre-3.0.0. FatalType_ErrorScreen is only available with 3.0.0+, this fixes a regression where using fatalSimple on pre-3.0.0 caused a system hang.
|
2018-10-11 15:41:05 -04:00 |
fs.c
|
fs: Add fsFsQueryEntry (and fsFsSetArchiveBit helper) (#202)
|
2018-11-09 22:03:47 -05:00 |
fsldr.c
|
Make fsp-ldr use domains
|
2018-10-16 17:56:39 -04:00 |
fspr.c
|
Add support for fsp-pr.
|
2018-05-07 17:04:59 +02:00 |
hid.c
|
hidGetControllerConnected -> hidIsControllerConnected
|
2018-10-22 12:20:28 -04:00 |
hwopus.c
|
Use 6.0.0+ _hwopusDecodeInterleaved cmds.
|
2018-11-06 23:02:40 -05: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
|
Init/exit nifm in socketInitialize/socketExit, the user app no longer has to manually handle this when using gethostid/gethostname. Use domains for nifm. Style adjustments in nifm.c.
|
2018-10-23 14:04:58 -04:00 |
ns.c
|
Resolve trivial -Wmissing-prototypes warnings
|
2018-09-14 19:07:34 +02:00 |
nv.c
|
nvservices: increase default tmem size to 8MB
|
2018-10-06 16:47:53 +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 pmshellGetApplicationPid().
|
2018-10-04 18:44:45 -04:00 |
psc.c
|
psc: Add PmModule support (#200)
|
2018-11-03 21:40:15 -04:00 |
psm.c
|
Add enum for PsmBatteryVoltageState
|
2018-11-14 19:52:40 -05:00 |
set.c
|
set:sys: Add GetFirmwareVersion(2) (#190)
|
2018-10-24 17:16:35 -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 |
spsm.c
|
Add spsm wrapper.
|
2018-11-14 19:52:40 -05:00 |
time.c
|
Added support for timezones, hence localtime() will now return actual localtime. Added timeToCalendarTimeWithMyRule and TimeCalendarTime/TimeCalendarAdditionalInfo, which are used for timezones support.
|
2018-10-05 19:59:24 -04:00 |
usb.c
|
Refactor usb:ds, add 5.0.0+ support to usbComms. (#181)
|
2018-10-11 15:35:22 -04:00 |
vi.c
|
viGetDisplayVsyncEvent: return an Event instead of a raw handle
|
2018-08-31 13:05:22 +02:00 |