kern: add InfoType_IsSvcPermitted

This commit is contained in:
Michael Scire
2022-03-22 14:29:02 -07:00
parent 262a066c8c
commit 29a53bc572
7 changed files with 73 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ namespace ams::svc {
InfoType_IsApplication = 23,
InfoType_FreeThreadCount = 24,
InfoType_ThreadTickCount = 25,
InfoType_IsSvcPermitted = 26,
InfoType_MesosphereMeta = 65000,
InfoType_MesosphereCurrentProcess = 65001,