Added appletInvalidateTransitionLayer.

This commit is contained in:
yellows8 2019-08-16 22:31:01 -04:00
parent fc09340a42
commit 7cc9295684
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
2 changed files with 9 additions and 0 deletions

View File

@ -1704,6 +1704,11 @@ Result appletGetHomeButtonDoubleClickEnabled(bool *out);
*/
Result appletPerformSystemButtonPressing(AppletSystemButtonType type);
/**
* @brief InvalidateTransitionLayer.
*/
Result appletInvalidateTransitionLayer(void);
// State / other
/**

View File

@ -4791,6 +4791,10 @@ Result appletPerformSystemButtonPressing(AppletSystemButtonType type) {
return _appletCmdInU32(&g_appletIDebugFunctions, type, 10);
}
Result appletInvalidateTransitionLayer(void) {
return _appletCmdNoIO(&g_appletIDebugFunctions, 20);
}
// State / other
u8 appletGetOperationMode(void) {