yellows8
|
ecd9127bed
|
Added appletHolderRequestExitOrTerminate and appletApplicationRequestExitLibraryAppletOrTerminate. Minor internal improvements.
|
2019-08-18 23:15:41 -04:00 |
|
yellows8
|
c34bea8d4c
|
Improved infinite-sleep-loop handling, and use it for appletStartShutdownSequenceForOverlay/appletStartRebootSequenceForOverlay.
|
2019-08-18 19:40:17 -04:00 |
|
WerWolv
|
ac75527491
|
Filled in missing NacpStruct fields (#322)
* Filled in missing NacpStruct fields
|
2019-08-18 19:23:41 -04:00 |
|
yellows8
|
f1dfb2c23b
|
Added support for AppletApplication. Added AppletApplicationExitReason. Added AppletApplicationLaunchProperty and AppletApplicationLaunchRequestInfo. Added appletCreateApplication, appletPopLaunchRequestedApplication, appletCreateSystemApplication, appletPopFloatingApplicationForDevelopment, and appletOpenMainApplication. Minor internal changes + updated docs.
|
2019-08-18 17:30:11 -04:00 |
|
Alex Barney
|
758db03ca4
|
Add some FS commands (#321)
* Implement fsOpenCustomStorageFileSystem
* Add more FS commands
fsExtendSaveDataFileSystem
fsSetGlobalAccessLogMode
fsGetGlobalAccessLogMode
* Savedata sizes are signed.
|
2019-08-17 11:36:43 -04:00 |
|
yellows8
|
e7a09f7be7
|
Added appletGetAppletResourceUsageInfo. Added struct AppletResourceUsageInfo.
|
2019-08-17 00:34:46 -04:00 |
|
yellows8
|
19741cb103
|
Added appletRequestLaunchApplicationWithUserAndArgumentForDebug.
|
2019-08-16 23:56:29 -04:00 |
|
yellows8
|
2f3fa0030e
|
Renamed AppletLaunchParameterKind_Application to AppletLaunchParameterKind_UserChannel.
|
2019-08-16 22:42:10 -04:00 |
|
yellows8
|
7cc9295684
|
Added appletInvalidateTransitionLayer.
|
2019-08-16 22:31:01 -04:00 |
|
yellows8
|
fc09340a42
|
Added appletPerformSystemButtonPressing and the enum types for it. Updated docs.
|
2019-08-16 22:05:34 -04:00 |
|
yellows8
|
b20147eeb7
|
Added appletExitAndRequestToShowThanksMessage.
|
2019-08-16 21:10:35 -04:00 |
|
yellows8
|
287bb00981
|
Enter an infinite-sleep-loop in _appletExitProcess when the exit cmds were successful, this is used with __nx_applet_exit_mode handling. Minor other changes.
|
2019-08-16 20:33:09 -04:00 |
|
yellows8
|
10e2e71ea2
|
Enter infinite-sleep-loop in appletRequestToShutdown/appletRequestToReboot. Minor change in appletHolderJump.
|
2019-08-16 20:19:50 -04:00 |
|
yellows8
|
112da06f37
|
Renamed AppletNotificationMessage to AppletMessage. Updated docs.
|
2019-08-16 15:42:04 -04:00 |
|
yellows8
|
eeaa63aa28
|
Added appletPushContext/appletPopContext. Added appletHolderJump. Added appletGetAppletInfo. Added libappletSetJumpFlag. Added structs AppletProcessLaunchReason and AppletInfo.
|
2019-08-15 21:43:09 -04:00 |
|
yellows8
|
8db92d48a5
|
Added libappletArgsPop. Improved docs.
|
2019-08-14 21:55:07 -04:00 |
|
yellows8
|
77961c6ede
|
Added appletPopInData, appletPushOutData, appletPopInteractiveInData, appletPushInteractiveOutData, appletGetPopInDataEvent, appletGetPopInteractiveInDataEvent, appletPopExtraStorage, appletGetPopExtraStorageEvent, appletUnpopInData, and appletUnpopExtraStorage. Improved docs.
|
2019-08-14 18:23:11 -04:00 |
|
fincs
|
067492ee17
|
nvAddressSpaceCreate: call InitializeEx with the proper page size value...
|
2019-08-14 21:02:56 +02:00 |
|
yellows8
|
5090c54654
|
Added appletGetMainAppletAvailableUsers.
|
2019-08-13 21:26:50 -04:00 |
|
yellows8
|
a17c73e783
|
Added appletGetMainAppletStorageId, appletGetDesirableKeyboardLayout, appletGetIndirectLayerProducerHandle, and appletGetCurrentApplicationId.
|
2019-08-13 19:06:39 -04:00 |
|
yellows8
|
b09b2deb2d
|
Added appletRequestExitToSelf.
|
2019-08-13 17:18:22 -04:00 |
|
yellows8
|
6017cba043
|
Added comment for NacpStruct.
|
2019-08-13 12:48:07 -04:00 |
|
yellows8
|
c516388ba0
|
Added appletCanUseApplicationCore, appletGetMainAppletApplicationControlProperty, and appletGetMainAppletApplicationDesiredLanguage. Added docs for appletGetDesiredLanguage.
|
2019-08-13 12:46:49 -04:00 |
|
yellows8
|
0137f582da
|
Added struct AppletAttribute. Use cmd OpenLibraryAppletProxy on [3.0.0+] when running appletInitialize for AppletType_LibraryApplet.
|
2019-08-12 11:14:58 -04:00 |
|
Robin Lambertz
|
37fdcb5726
|
svcGetInfo id0 should be an u32
svcGetInfo uses an u32 for id0 in the kernel (which moves W1 and not X1).
|
2019-08-09 21:18:57 +02:00 |
|
fincs
|
11e3bfd5ac
|
Release v2.4.0
|
2019-08-09 02:19:10 +02:00 |
|
yellows8
|
15b3181c93
|
Fixed docs.
|
2019-08-08 13:39:07 -04:00 |
|
yellows8
|
f9ccfb79d2
|
Added appletGetApplicationIdForLogo, appletSetGpuTimeSliceBoost, appletSetAutoSleepTimeAndDimmingTimeEnabled, appletTerminateApplicationAndSetReason, appletSetScreenShotPermissionGlobally, appletStartShutdownSequenceForOverlay, appletStartRebootSequenceForOverlay, and appletSetHandlingHomeButtonShortPressedEnabled.
|
2019-08-08 13:35:16 -04:00 |
|
yellows8
|
f5b24bd244
|
Added appletStartSleepSequence, appletStartShutdownSequence, appletStartRebootSequence, appletIsAutoPowerDownRequested, appletLoadAndApplyIdlePolicySettings, appletNotifyCecSettingsChanged, appletSetDefaultHomeButtonLongPressTime, appletUpdateDefaultDisplayResolution, appletShouldSleepOnBoot, and appletGetHdcpAuthenticationFailedEvent.
|
2019-08-08 11:32:27 -04:00 |
|
averne
|
f13d9ba6cc
|
Added viDestroyManagedLayer (#316)
|
2019-08-08 12:41:10 +02:00 |
|
yellows8
|
3bbc181531
|
Added appletRequestToGetForeground, appletLockForeground, appletUnlockForeground, appletPopFromGeneralChannel, and appletGetPopFromGeneralChannelEvent.
|
2019-08-07 19:57:03 -04:00 |
|
SciresM
|
9049a12209
|
vi: add ViPowerState_On_Deprecated enum entry (#318)
|
2019-08-07 21:13:57 +02:00 |
|
yellows8
|
75c79e8d5e
|
Replaced appletHomeButtonReaderLockAccessorGetEvent with appletGetHomeButtonReaderLockAccessor. Added appletGetReaderLockAccessorEx, appletGetWriterLockAccessorEx, and appletGetHomeButtonWriterLockAccessor. Added support for AppletLockAccessor.
|
2019-08-05 22:40:14 -04:00 |
|
fincs
|
21de119c68
|
Run TLS destructor after clearing TLS value, as per standard
|
2019-08-04 21:03:04 +02:00 |
|
yellows8
|
6c194fc6a6
|
Added appletRequestToAcquireSleepLock, appletReleaseSleepLock, and appletReleaseSleepLockTransiently.
|
2019-08-03 20:53:42 -04:00 |
|
yellows8
|
d73e1a09b5
|
Minor docs change.
|
2019-08-02 14:28:02 -04:00 |
|
yellows8
|
1bb777afe7
|
Added support for IAppletCommonFunctions. Added appletReadThemeStorage, appletWriteThemeStorage, appletGetDisplayLogicalResolution, appletSetDisplayMagnification, appletSetHomeButtonDoubleClickEnabled, and appletGetHomeButtonDoubleClickEnabled. Minor other changes.
|
2019-08-02 14:16:59 -04:00 |
|
yellows8
|
98fbadc778
|
Added appletUpdateLastForegroundCaptureImage, appletUpdateCallerAppletCaptureImage, appletGetLastForegroundCaptureImageEx, appletGetLastApplicationCaptureImageEx, appletGetCallerAppletCaptureImageEx, appletTakeScreenShotOfOwnLayer, appletCopyBetweenCaptureBuffers, appletClearCaptureBuffer, appletClearAppletTransitionBuffer, appletAcquireLastApplicationCaptureSharedBuffer, appletReleaseLastApplicationCaptureSharedBuffer, appletAcquireLastForegroundCaptureSharedBuffer, appletReleaseLastForegroundCaptureSharedBuffer, appletAcquireCallerAppletCaptureSharedBuffer, appletReleaseCallerAppletCaptureSharedBuffer, and appletTakeScreenShotOfOwnLayerEx.
|
2019-08-01 12:24:22 -04:00 |
|
yellows8
|
f49e8cb217
|
Added struct LibAppletInfo. Added appletHolderGetLibraryAppletInfo and appletGetLibraryAppletInfo.
|
2019-07-30 20:03:24 -04:00 |
|
yellows8
|
64783b7cc2
|
Updated unk_x8 in the PdmPlayEvent struct.
|
2019-07-30 18:37:08 -04:00 |
|
yellows8
|
2257e3ccf4
|
Updated LibAppletMode enum and added appletHolderSetOutOfFocusApplicationSuspendingEnabled.
|
2019-07-30 17:34:05 -04:00 |
|
fincs
|
b3dd512253
|
Fix typo in nvAddressSpaceModify
|
2019-07-30 16:35:35 +02:00 |
|
yellows8
|
6df890c47b
|
Added appletSetExpectedMasterVolume, appletGetExpectedMasterVolume, appletChangeMainAppletMasterVolume, and appletSetTransparentVolumeRate.
|
2019-07-29 22:05:32 -04:00 |
|
yellows8
|
773111b3f2
|
Cache the preselected user in accountInitialize. Get/set the preselected userID in env, so that accountGetPreselectedUser() is usable multiple times. Renamed accountGetActiveUser to accountGetLastOpenedUser. Improved docs.
|
2019-07-29 19:00:52 -04:00 |
|
yellows8
|
4fa878f4b1
|
Added hidGetSupportedNpadStyleSet. Moved hidSetSupportedNpadStyleSet to match cmd order. Added hidsysGetSupportedNpadStyleSetOfCallerApplet.
|
2019-07-29 18:22:46 -04:00 |
|
yellows8
|
7310c8f880
|
Added appletGetAppletResourceUserIdOfCallerApplet, appletSetAppletWindowVisibility, and appletSetAppletGpuTimeSlice. Minor other change.
|
2019-07-29 18:18:19 -04:00 |
|
fincs
|
01d648e7ed
|
Add support for new homebrew ABI keys + loader info
|
2019-07-29 21:17:09 +02:00 |
|
yellows8
|
409957c432
|
Added appletGetCradleFwVersion, appletIsInControllerFirmwareUpdateSection, appletSetPerformanceConfigurationChangedNotification, and appletGetOperationModeSystemInfo. Moved appletHomeButtonReaderLockAccessorGetEvent to match cmd order. Fixed a check in appletGetDefaultDisplayResolution.
|
2019-07-28 20:52:37 -04:00 |
|
yellows8
|
93eaa74131
|
Added appletGetCradleStatus and appletGetBootMode. Added _appletCmdNoInOutU8 for internal use, which _appletCmdNoInOutBool now uses. Fixed docs.
|
2019-07-27 12:33:56 -04:00 |
|
yellows8
|
79fa22fdbd
|
Improved pm docs.
|
2019-07-27 12:30:06 -04:00 |
|