HookedBehemoth
|
f42d5fca8e
|
appletGetAppletResourceUserId update for caps:a
|
2020-01-17 00:24:41 +01:00 |
|
HookedBehemoth
|
b0a2ec677f
|
Merge branch 'master' of https://github.com/switchbrew/libnx into capsa_accessor
|
2020-01-17 00:24:19 +01:00 |
|
fincs
|
7e6ff7e486
|
Simplify appletGetAppletResourceUserId and related logic
|
2020-01-17 00:18:55 +01:00 |
|
yellows8
|
9c4ab7f09d
|
hid: Fixed cmd order.
|
2020-01-14 21:48:18 -05:00 |
|
yellows8
|
c8b8c7b0f0
|
hid: Added enum HidGyroscopeZeroDriftMode. Added hidSetGyroscopeZeroDriftMode, hidGetGyroscopeZeroDriftMode, and hidResetGyroscopeZeroDriftMode.
|
2020-01-14 21:45:04 -05:00 |
|
HookedBehemoth
|
8180ce9046
|
fix query and use count instead of size for listing
|
2020-01-14 19:13:21 +01:00 |
|
HookedBehemoth
|
9c79de1844
|
wrap all out calls with temporary in values
|
2020-01-14 03:34:05 +01:00 |
|
HookedBehemoth
|
a33bd0f819
|
fix typo and wrap out values
|
2020-01-14 03:28:17 +01:00 |
|
HookedBehemoth
|
d23427a24a
|
add more calls, add structs and add doc
|
2020-01-14 03:05:47 +01:00 |
|
HookedBehemoth
|
41af90af74
|
add remaining LoadAlbumScreenShot- calls
|
2020-01-13 18:18:44 +01:00 |
|
HookedBehemoth
|
5bd8862868
|
add CapsLoadAlbumScreenShotImageOutput for caps:a
|
2020-01-13 13:41:56 +01:00 |
|
yellows8
|
583d6bb92d
|
hid: Fixed vibration, toggling vibration-enable off->on is no longer needed. Properly closes #148.
|
2020-01-12 12:25:16 -05:00 |
|
yellows8
|
cbe9fae600
|
hid: Added hidSetSixAxisSensorFusionParameters, hidGetSixAxisSensorFusionParameters, and hidResetSixAxisSensorFusionParameters.
|
2020-01-11 22:37:07 -05:00 |
|
HookedBehemoth
|
d2552c7451
|
change output parameter for capsaLoadAlbumScreenShotThumbnailImageEx1 to a CapsLoadAlbumScreenShotImageOutputForApplication
|
2020-01-11 01:24:39 +01:00 |
|
HookedBehemoth
|
f06e11d0e6
|
fix style
|
2020-01-10 19:21:55 +01:00 |
|
HookedBehemoth
|
6d653fd255
|
add missing parameters to comment
move start towards variable name
|
2020-01-10 18:37:53 +01:00 |
|
HookedBehemoth
|
65717dc020
|
add documentation for capsa and change parameter order and names for image loading
|
2020-01-10 15:03:58 +01:00 |
|
HookedBehemoth
|
8b72f27c2d
|
add whitespace for accessor init call
|
2020-01-10 03:36:12 +01:00 |
|
HookedBehemoth
|
50e764a56c
|
add version check; use correct name for accessor init
|
2020-01-10 03:26:56 +01:00 |
|
HookedBehemoth
|
764b4ae2ee
|
add capsa IAlbumAccessorSession
|
2020-01-10 03:08:58 +01:00 |
|
yellows8
|
f040706743
|
In _hidActivateConsoleSixAxisSensor, use cmd ActivateConsoleSixAxisSensor instead of ActivateSevenSixAxisSensor.
|
2020-01-09 18:42:06 -05:00 |
|
HookedBehemoth
|
f34de8fb54
|
added caps:a (#358)
* added caps:a
* change struct names
|
2020-01-09 15:32:34 -05:00 |
|
yellows8
|
1bb1aef2f7
|
Only init/exit apm from applet with AppletType_Application. Closes #360.
|
2019-12-23 10:50:52 -05:00 |
|
ITotalJustice
|
0881fb9e0b
|
Add set:cal service with a few cal functions. (#356)
* Add set:cal service with a few functions
* Added more cal structs`
|
2019-12-16 16:20:00 -05:00 |
|
yellows8
|
d25bcc486a
|
Properly fixed __nx_applet_exit_mode handling, previously appletExit() called by _appletExitProcess didn't run since refcount was already 0. Closes #355.
|
2019-12-14 11:52:40 -05:00 |
|
yellows8
|
15490b15f6
|
applet: Added support for using appletSetHandlingHomeButtonShortPressedEnabled with non-AppletType_OverlayApplet on [9.1.0+].
|
2019-12-08 16:45:47 -05:00 |
|
yellows8
|
6900a0241c
|
applet/time/set: Added TimeSteadyClockTimePoint. Updated appletSetDesirableKeyboardLayout/appletGetDesirableKeyboardLayout for using TimeSteadyClockTimePoint.
* Added SetSysUserSelectorFlag, SetSysEulaVersionClockType, SetSysNotificationVolume, SetSysFriendPresenceOverlayPermission, SetSysPrimaryAlbumStorage, SetSysHandheldSleepPlan, SetSysConsoleSleepPlan, SetSysErrorReportSharePermission, SetKeyboardLayout, and SetChineseTraditionalInputMethod.
* Added SetBatteryLot, SetSysUserSelectorSettings, SetSysAccountSettings, SetSysEulaVersion, SetSysNotificationTime, SetSysNotificationSettings, SetSysAccountNotificationSettings, SetSysTvSettings, SetSysDataDeletionSettings, SetSysSleepSettings, SetSysInitialLaunchSettings, and SetSysRebootlessSystemUpdateVersion.
* Added setsysSetLanguageCode, setsysGetAccountSettings/setsysSetAccountSettings, setsysGetEulaVersions/setsysSetEulaVersions, setsysGetNotificationSettings/setsysSetNotificationSettings, setsysGetAccountNotificationSettings/setsysSetAccountNotificationSettings, setsysGetTvSettings/setsysSetTvSettings, setsysGetDataDeletionSettings/setsysSetDataDeletionSettings, setsysGetWirelessCertificationFileSize/setsysGetWirelessCertificationFile, setsysSetRegionCode, setsysGetPrimaryAlbumStorage/setsysSetPrimaryAlbumStorage, setsysGetBatteryLot, setsysGetSleepSettings/setsysSetSleepSettings, setsysGetInitialLaunchSettings/setsysSetInitialLaunchSettings, setsysGetProductModel, setsysGetMiiAuthorId, setsysGetErrorReportSharePermission/setsysSetErrorReportSharePermission, setsysGetAppletLaunchFlags/setsysSetAppletLaunchFlags, setsysGetKeyboardLayout/setsysSetKeyboardLayout, setsysGetRebootlessSystemUpdateVersion, and setsysGetChineseTraditionalInputMethod/setsysSetChineseTraditionalInputMethod.
|
2019-12-06 21:13:43 -05:00 |
|
yellows8
|
c4bc7b24a0
|
Added type Uuid and use it where needed. Renamed the c field in NcmPlaceHolderId to uuid. Removed PACKED from WebWifiPageArg/WebWifiReturnValue.
|
2019-12-03 23:31:01 -05:00 |
|
yellows8
|
42aa0800f7
|
account: Added accountIsUserRegistrationRequestPermitted and accountTrySelectUserWithoutInteraction.
|
2019-12-03 13:13:11 -05:00 |
|
yellows8
|
5182b57a1d
|
fs/fs_dev: Added FsFileSystemQueryId_IsValidSignedSystemPartitionOnSdCard, fsFsIsValidSignedSystemPartitionOnSdCard, and fsdevIsValidSignedSystemPartitionOnSdCard. Improved docs.
|
2019-11-28 18:51:52 -05:00 |
|
yellows8
|
c9f6100e1c
|
hid: Added hidGetNpadJoyHoldType.
|
2019-11-28 15:01:42 -05:00 |
|
yellows8
|
8fe48e8eac
|
fs/fs_dev/romfs_dev: Updated various types to use s64. Removed the inval param from fsDirRead since it doesn't exist. Renamed fileSize in FsDirectoryEntry to file_size and updated the type. Renamed FsFileSystemQueryType to FsFileSystemQueryId, and renamed FsFileSystemQueryType_SetArchiveBit to FsFileSystemQueryId_SetConcatenationFileAttribute. Renamed fsFsSetArchiveBit to fsFsSetConcatenationFileAttribute. Renamed fsdevSetArchiveBit to fsdevSetConcatenationFileAttribute. Minor other changes.
|
2019-11-28 14:58:55 -05:00 |
|
The Dax
|
cd9f29fc8e
|
Add support for setting/getting the Internet time sync flag.
(IsUserSystemClockAutomaticCorrectionEnabled and SetUserSystemClockAutomaticCorrectionEnabled.)
|
2019-11-20 01:16:23 +01:00 |
|
yellows8
|
2b6197a51a
|
hid: Use _hidActivateConsoleSixAxisSensor instead of _hidActivateSevenSixAxisSensor, and moved the code using this to near the start of hidInitializeSevenSixAxisSensor.
|
2019-11-18 12:38:12 -05:00 |
|
yellows8
|
167bd9e110
|
hid: Use ActivateNpadWithRevision with the sysver-specific revision value in _hidActivateNpad(), on [5.0.0+].
|
2019-11-18 12:25:48 -05:00 |
|
yellows8
|
70ddae58ff
|
acc/nfc/nifm: Removed *SetServiceType and moved the service_type param into the actual {service}Initialize() funcs. Removed *ServiceType_NotInitialized and updated the *ServiceType enum values. Minor other changes / improved nifm docs.
|
2019-11-18 10:52:46 -05:00 |
|
yellows8
|
fcd7e36a9d
|
Added actual support for notif + improved docs.
|
2019-11-17 18:25:57 -05:00 |
|
yellows8
|
f181807215
|
fs/fs_dev: Updated names to match wiki. Updated param names. Renamed FS_SAVEDATA_CURRENT_PROGRAMID to FS_SAVEDATA_CURRENT_APPLICATIONID. Updated field names in FsSaveDataAttribute, FsSaveDataExtraData, FsSaveDataCreationInfo, and FsSaveDataInfo. Updated names for the enum values for FsSaveDataSpaceId, FsSaveDataType, FsSaveDataFlags, and FsGameCardAttribute. Added FsSaveDataSpaceId_SdUser and FsSaveDataSpaceId_SafeMode. Added FsSaveDataType_SystemBcat. Added FsSaveDataRank. Fixed the name for FsGameCardPartition and added FsGameCardPartition_Logo. Renamed FsBisStorageId to FsBisPartitionId, updated the enum value names for it, and added FsBisPartitionId_SignedSystemPartitionOnSafeMode. Improved docs / minor other changes.
|
2019-11-16 16:07:10 -05:00 |
|
yellows8
|
8216043ea1
|
applet: Fixed the prefix for *PushToFriendInvitationStorageChannel/*PushToNotificationStorageChannel. Added support for all [9.0.0+] IDebugFunctions cmds. Minor internal changes + improved docs.
|
2019-11-15 18:08:46 -05:00 |
|
yellows8
|
1e58385bd5
|
Added appletGetFriendInvitationStorageChannelEvent, appletTryPopFromFriendInvitationStorageChannel, appletGetNotificationStorageChannelEvent, and appletTryPopFromNotificationStorageChannel. Added appletPushToFriendInvitationStorageChannel/appletPushToNotificationStorageChannel. Added friendsGetFriendInvitationNotificationEvent/friendsTryPopFriendInvitationNotificationInfo. Added notif, for adding notifGetNotificationSystemEvent/notifTryPopNotifiedApplicationParameter.
|
2019-11-15 14:26:29 -05:00 |
|
yellows8
|
dda6194d0b
|
Added appletIsForceTerminateApplicationDisabledForDebug. Updated docs.
|
2019-11-14 11:34:41 -05:00 |
|
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 |
|