mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added appletInvalidateTransitionLayer.
This commit is contained in:
parent
fc09340a42
commit
7cc9295684
@ -1704,6 +1704,11 @@ Result appletGetHomeButtonDoubleClickEnabled(bool *out);
|
||||
*/
|
||||
Result appletPerformSystemButtonPressing(AppletSystemButtonType type);
|
||||
|
||||
/**
|
||||
* @brief InvalidateTransitionLayer.
|
||||
*/
|
||||
Result appletInvalidateTransitionLayer(void);
|
||||
|
||||
// State / other
|
||||
|
||||
/**
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user