kern: add support for InfoType_FreeThreadCount

This commit is contained in:
Michael Scire 2020-12-04 18:20:56 -08:00
parent 7336dc2b7a
commit c45088d1cd
2 changed files with 11 additions and 0 deletions

View file

@ -156,6 +156,7 @@ namespace ams::svc {
InfoType_TotalNonSystemMemorySize = 21,
InfoType_UsedNonSystemMemorySize = 22,
InfoType_IsApplication = 23,
InfoType_FreeThreadCount = 24,
InfoType_MesosphereMeta = 65000,