mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
kern: add support for InfoType_FreeThreadCount
This commit is contained in:
parent
7336dc2b7a
commit
c45088d1cd
2 changed files with 11 additions and 0 deletions
|
@ -156,6 +156,7 @@ namespace ams::svc {
|
|||
InfoType_TotalNonSystemMemorySize = 21,
|
||||
InfoType_UsedNonSystemMemorySize = 22,
|
||||
InfoType_IsApplication = 23,
|
||||
InfoType_FreeThreadCount = 24,
|
||||
|
||||
InfoType_MesosphereMeta = 65000,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue