kern: add InfoType_IsSvcPermitted

This commit is contained in:
Michael Scire 2022-03-22 14:29:02 -07:00 committed by SciresM
parent ef1b67b87b
commit 14e768cd10
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,