yellows8
|
c0115edca1
|
Added appletSetHealthWarningShowingState and appletGetHealthWarningDisappearedSystemEvent.
|
2019-11-13 23:41:43 -05:00 |
|
yellows8
|
d24f1ca611
|
Added appletSetInputDetectionPolicy and AppletInputDetectionPolicy.
|
2019-11-13 20:53:40 -05:00 |
|
yellows8
|
297e9d97a0
|
Added appletGetSettingsPlatformRegion/appletSetHdcpAuthenticationActivated and improved docs.
|
2019-11-13 20:07:26 -05:00 |
|
yellows8
|
d88f67fe30
|
Added appletPushToAppletBoundChannel and appletTryPopFromAppletBoundChannel.
|
2019-11-13 18:25:34 -05:00 |
|
yellows8
|
8fc57a4795
|
Added support for using appletSetTerminateResult via IAppletCommonFunctions, and for using appletGetLaunchStorageInfoForDebug/appletGetGpuErrorDetectedSystemEvent with AppletType_LibraryApplet, on [9.0.0+]. Moved these to a new section in the .h/.c.
|
2019-11-13 17:52:56 -05:00 |
|
yellows8
|
689430e578
|
fs: Updated names to match wiki. FsSave->FsSaveDataAttribute, FsSaveCreate->FsSaveDataCreationInfo, and renamed the save field in FsSaveDataExtraData to attr. Updated names for enum values in: FsContentStorageId, FsCustomStorageId, and FsSaveDataSpaceId. Added FsSaveDataSpaceId_ProperSystem and FsFileSystemType_RegisteredUpdate. Various improvements and improved docs.
|
2019-11-13 14:34:49 -05:00 |
|
yellows8
|
c40f8ecac6
|
Removed includes which are unneeded due to being included elsewhere, etc. Minor improvements.
|
2019-11-12 12:45:58 -05:00 |
|
yellows8
|
9888df18da
|
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 |
|
yellows8
|
cc64ec7236
|
Added NsReceiveApplicationProgress/NsSendApplicationProgress, updated NsApplicationDeliveryInfo, and improved docs. Added the following: nsSelectLatestSystemDeliveryInfo, nsVerifyDeliveryProtocolVersion, nsHasAllContentsToDeliver, nsCompareApplicationDeliveryInfo, nsCanDeliverApplication, nsListContentMetaKeyToDeliverApplication, nsNeedsSystemUpdateToDeliverApplication, nsEstimateRequiredSize, nsRequestReceiveApplication, nsCommitReceiveApplication, nsGetReceiveApplicationProgress, nsRequestSendApplication, nsGetSendApplicationProgress, nsCompareSystemDeliveryInfo, nsListNotCommittedContentMeta, and nsGetApplicationDeliveryInfoHash.
|
2019-11-09 21:13:23 -05:00 |
|
yellows8
|
24f77642c9
|
Updated the NsSystemDeliveryInfo struct. Added nsGetApplicationDeliveryInfo and NsApplicationDeliveryInfo.
|
2019-11-08 16:11:05 -05:00 |
|
cathery
|
d4c5fbdf0f
|
hiddbg: Add hiddbgIsHdlsVirtualDeviceAttached (#345)
|
2019-11-07 19:27:13 +01:00 |
|
yellows8
|
09423066b0
|
Updated the type for the size param for ncmContentStorageCreatePlaceHolder.
|
2019-11-03 22:04:52 -05:00 |
|
yellows8
|
6c7ad3095c
|
Added setsysGetPctlReadyFlag/setsysSetPctlReadyFlag. Fixed ordering.
|
2019-11-03 16:39:29 -05:00 |
|
yellows8
|
454244602c
|
Added setsysGetTouchScreenMode/setsysSetTouchScreenMode and SetSysTouchScreenMode. Minor adjustment.
|
2019-11-02 16:32:12 -04:00 |
|
yellows8
|
8ee7afca99
|
Added setsysGetMemoryUsageRateFlag.
|
2019-11-02 16:08:08 -04:00 |
|
yellows8
|
e5dd8a741d
|
Added setsysGetHomeMenuScheme and setsysGetHomeMenuSchemeModel. Added SetSysHomeMenuScheme. Minor adjustment.
|
2019-11-02 15:29:38 -04:00 |
|
yellows8
|
e6d687990c
|
Added setsysGetPlatformRegion/setsysSetPlatformRegion and SetSysPlatformRegion.
|
2019-11-01 22:57:29 -04:00 |
|
yellows8
|
df4bbcf2d7
|
Use const for various hid vibration funcs.
|
2019-11-01 19:11:18 -04:00 |
|
yellows8
|
e2b9b09b61
|
Added hidIsVibrationDeviceMounted.
|
2019-11-01 19:04:14 -04:00 |
|
yellows8
|
fa27331045
|
Initialize time by using TimeServiceType/__nx_time_service_type, with the default now being User.
|
2019-11-01 13:20:55 -04:00 |
|
yellows8
|
1f792cd92f
|
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 |
|
yellows8
|
4ab50e3752
|
Use official naming instead of 'title(ID)'. Use 'uid(s)' instead of 'userID(s)'. Updated various struct field names. Improved docs + minor other improvements.
|
2019-10-30 10:38:05 -04:00 |
|
HookedBehemoth
|
4f72bc5342
|
Actually return values for ncmContentMetaDatabaseList and ncmContentMetaDatabaseListApplication (#344)
|
2019-10-30 02:16:19 +01:00 |
|
yellows8
|
28e06a94ec
|
usbhs: Swapped the INPUT/OUTPUT endpoint descriptors in UsbHsInterfaceInfo to support [8.0.0+], and convert that struct to the new layout internally when running on pre-8.0.0. Closes #341.
|
2019-10-29 16:48:20 -04:00 |
|
yellows8
|
ccea53c837
|
ns: Updated param names for nssuRequestSendSystemUpdate/nssuControlRequestReceiveSystemUpdate and improved docs.
|
2019-10-29 12:09:10 -04:00 |
|
fincs
|
af4a025e9b
|
sfdnsres: Correct some more parameter names
|
2019-10-28 13:27:55 +01:00 |
|
fincs
|
a2c35fb2e7
|
sfdnsres: timeout parameter is actually cancel_handle
|
2019-10-28 12:36:43 +01:00 |
|
Michael Scire
|
989893721f
|
ro: rename GetProcessModuleInfo
|
2019-10-28 12:18:14 +01:00 |
|
Michael Scire
|
8394986e19
|
ldr: update names
|
2019-10-28 12:18:14 +01:00 |
|
yellows8
|
622c0509a5
|
ncm: Added alignas within the NcmContentId struct, and added NcmPlaceHolderId. Use NcmPlaceHolderId instead of NcmContentId where needed.
|
2019-10-27 19:19:16 -04:00 |
|
yellows8
|
01133f7f6d
|
Use const for the location param with pmshellLaunchProgram.
|
2019-10-27 18:22:54 -04:00 |
|
fincs
|
1592b2892f
|
sfdnsres: Major rewrite using new-ipc, fixed numerous IPC bugs, removed phantom commands
|
2019-10-27 17:25:53 +01:00 |
|
yellows8
|
b6af00d908
|
Updated the NsSystemDeliveryInfo struct and added nsGetSystemDeliveryInfo.
|
2019-10-26 23:40:53 -04:00 |
|
fincs
|
5340c7d7dc
|
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 |
|
fincs
|
bc13692938
|
Introduce SessionMgr for managing multiplexed services; change fs to use it
|
2019-10-26 16:44:32 +02:00 |
|
yellows8
|
051ad2dc60
|
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 |
|
yellows8
|
b4a003e176
|
fs: Minor improvements. Fixed cmd order. IPC improvements + clear padding in IPC in-struct. Improved bool handling.
|
2019-10-25 19:35:59 -04:00 |
|
yellows8
|
e833257b65
|
applet: Minor internal improvements. Updated param type for appletRequestLaunchApplicationWithUserAndArgumentForDebug. Clear IPC in-struct padding, improved bool handling, and use serviceAssumeDomain when closing Service objects outside of _appletCleanup.
|
2019-10-25 19:24:56 -04:00 |
|
yellows8
|
04179b286d
|
nfc: Replaced the handle within NfcDeviceHandle with an u8-array. Removed PACKED from the nfpCreateApplicationArea in-struct. Improved bool handling.
|
2019-10-25 19:11:03 -04:00 |
|
yellows8
|
5700b8f347
|
fsldr/ldr/spl: Improved bool handling and minor other changes. Fixed IPC input for _ldrAddTitleToLaunchQueue.
|
2019-10-25 18:56:41 -04:00 |
|
fincs
|
58e1e7e5b6
|
bsd: Update for new-ipc
|
2019-10-25 17:19:30 +02:00 |
|
yellows8
|
e5c1e35ede
|
vi: Renamed viGetDisplayMinimumZ to viGetZOrderCountMin, and renamed viGetDisplayMaximumZ to viGetZOrderCountMax. Updated param types. Clear IPC in-struct padding + minor other changes.
|
2019-10-24 18:06:33 -04:00 |
|
fincs
|
4ab2384449
|
fatal: Rename functions/types to match official names more closely
|
2019-10-24 23:25:07 +02:00 |
|
yellows8
|
a808c53efc
|
ncm/pm: Added NcmProgramLocation, which is now used by pmshellLaunchProgram (which was renamed). Updated pm names to match wiki. Adjusted order in pm.c/pm.h / minor changes.
|
2019-10-24 16:42:52 -04:00 |
|
yellows8
|
0d5e51757d
|
grc: Renamed grcdRead to grcdTransfer and updated the param names for it.
|
2019-10-23 23:32:33 -04:00 |
|
yellows8
|
e81b63ac00
|
ncm: Moved the cmd_id param for the internal IPC helper funcs to the last param.
|
2019-10-23 20:01:27 -04:00 |
|
yellows8
|
ea5dcfddfa
|
ncm: Renamed NcmNcaId to NcmContentId. Added NcmRightsId struct, which is now used by the RightsId funcs. Updated params / params types, this includes replacing array buf-byte-sizes with entry-count. Fixed handling for ncmContentStorageGetPath/ncmContentStorageGetPlaceHolderPath. Improved bool handling + clear IPC in-struct padding. Minor improvements.
|
2019-10-23 19:14:04 -04:00 |
|
yellows8
|
e4657c15ce
|
fspr: Use domains. Clear padding for the fsprRegisterProgram in-struct.
|
2019-10-23 18:41:01 -04:00 |
|
yellows8
|
42b6af8e07
|
lr: Use SfBufferAttr_FixedSize in _lrResolvePath().
|
2019-10-22 18:53:20 -04:00 |
|
fincs
|
d025041e3d
|
sm: Introduce and use SmServiceName struct (with better codegen)
|
2019-10-22 20:10:52 +02:00 |
|