.. |
acc.c
|
account: Updated for new-ipc. Renamed the username field in AccountProfileBase to nickname. Fixed various param types, and also removed the output bool from accountGetLastOpenedUser. Added struct AccountUid for proper userIDs, which replaces u128-userIDs. Added accountUidIsValid. Added accountSetServiceType()/AccountServiceType. Improved docs and minor improvements.
|
2019-10-08 15:41:18 -04:00 |
apm.c
|
apm: Updated for new-ipc. Added enum ApmPerformanceMode. Added apmGetServiceSession_Session. Improved docs.
|
2019-10-06 19:02:05 -04:00 |
applet.c
|
applet: Updated for using AccountUid and improved docs.
|
2019-10-08 21:05:00 -04:00 |
async.c
|
Added services/async.
|
2019-09-26 16:57:39 -04:00 |
auddev.c
|
auddev: Updated for new-ipc and improved docs.
|
2019-10-14 19:59:04 -04:00 |
audin.c
|
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.c
|
audout: Minor internal adjustment.
|
2019-10-15 19:07:55 -04:00 |
audren.c
|
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.c
|
bpc: update for new-ipc
|
2019-10-20 01:11:26 +02: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
|
capssc: Updated for new-ipc.
|
2019-10-10 13:01:25 -04:00 |
capssu.c
|
caps(su): Updated for new-ipc. Updated for using AccountUid.
|
2019-10-08 22:01:37 -04:00 |
capsu.c
|
capsu: Updated for new-ipc. Updated param types for capsuGetAlbumFileList*(), and updated for using AccountUid. Improved docs.
|
2019-10-10 12:44:21 -04:00 |
clkrst.c
|
clkrst: update for new-ipc
|
2019-10-20 01:11:25 +02: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: Updated for using AccountUid and removed FS_SAVEDATA_USERID_COMMONSAVE.
|
2019-10-08 18:05:25 -04:00 |
fsldr.c
|
fsldr: assume domain
|
2019-10-20 01:13:23 +02:00 |
fspr.c
|
fspr: update for new-ipc
|
2019-10-20 01:11:27 +02:00 |
gpio.c
|
gpio: update for new-ipc
|
2019-10-20 01:11:23 +02:00 |
grc.c
|
grc: Updated for new-ipc and fixed cmd order.
|
2019-10-13 22:49:06 -04:00 |
hid.c
|
hid: Updated for new-ipc. Updated param types. Minor improvements and improved docs.
|
2019-10-12 12:29:51 -04:00 |
hiddbg.c
|
Added hiddbgWriteSerialFlash.
|
2019-10-19 18:42:45 -04:00 |
hidsys.c
|
hidsys: Updated for new-ipc. Updated param types. Fixed cmd order. Fixed _hidsysGetMaskedSupportedNpadStyleSet to actually use the input AppletResourceUserId, not g_hidsysAppletResourceUserId. Added hidsysAcquireSleepButtonEventHandle to the .h, which was previously missing. Minor changes + improved docs.
|
2019-10-11 15:34:34 -04:00 |
hwopus.c
|
Updated hwopus for new-ipc. Added types.h include to auddev.h/hwopus.h.
|
2019-10-14 21:07:38 -04:00 |
i2c.c
|
Introduce new IPC interface wrapper code, see details:
|
2019-09-19 03:50:28 +02:00 |
irs.c
|
irs: Updated for new-ipc. Improved docs.
|
2019-10-11 22:35:56 -04:00 |
lbl.c
|
lbl: Updated for new-ipc and improved docs.
|
2019-10-11 11:18:51 -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
|
nfc: Replaced HidControllerID usage with struct NfcDeviceHandle. Updated params for nfpListDevices. Minor internal changes.
|
2019-10-14 17:21:38 -04: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
|
pctl: Updated for new-ipc. Added pctlGetServiceSession and pctlGetServiceSession_Service.
|
2019-10-10 22:03:22 -04:00 |
pcv.c
|
pcv: update for new-ipc
|
2019-10-20 01:11:24 +02:00 |
pdm.c
|
pdm: Renamed PdmApplicationEvent to PdmAppletEvent, and renamed pdmqryQueryApplicationEvent to pdmqryQueryAppletEvent. Renamed *entryindex fields in various structs to *entry_index. Updated param types and minor param name adjustments.
|
2019-10-18 16:53:26 -04:00 |
pl.c
|
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.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: Replaced SetSysFlag/setsysGetFlag/setsysSetFlag with dedicated funcs for each flag, which also handles checking sysver now when needed. Fixed cmd order. Improved docs.
|
2019-10-14 14:31:22 -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
|
spsm: update for new-ipc
|
2019-10-20 01:11:23 +02:00 |
time.c
|
time: Updated for new-ipc. Renamed _timeGetClockSession to timeGetServiceSession_SystemClock, and added it to the .h. Added timeGetServiceSession_TimeZoneService. Fixed the order of cmds. Fixed param types for timeGetTotalLocationNameCount, timeLoadLocationNameList, timeToPosixTime, and timeToPosixTimeWithMyRule. The location_name_size param for timeLoadLocationNameList was replaced with location_name_max, which is max entries instead of buffer byte-size. Internal improvements and improved docs.
|
2019-10-06 22:06:22 -04:00 |
ts.c
|
Updated ts for new IPC.
|
2019-09-30 20:04:51 -04:00 |
usbds.c
|
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.c
|
Fixed memset in usbHsEpClose() which was using sizeof() with the wrong struct. Closes #337.
|
2019-10-18 22:29:20 -04: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 |