mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
svc: add new InfoType_FreeThreadCount (#514)
This commit is contained in:
parent
1e9fe9b199
commit
c3b63e8723
@ -203,6 +203,7 @@ typedef enum {
|
|||||||
InfoType_TotalNonSystemMemorySize = 21, ///< [6.0.0+] Total amount of memory available for process, excluding that for process memory management.
|
InfoType_TotalNonSystemMemorySize = 21, ///< [6.0.0+] Total amount of memory available for process, excluding that for process memory management.
|
||||||
InfoType_UsedNonSystemMemorySize = 22, ///< [6.0.0+] Amount of memory used by process, excluding that for process memory management.
|
InfoType_UsedNonSystemMemorySize = 22, ///< [6.0.0+] Amount of memory used by process, excluding that for process memory management.
|
||||||
InfoType_IsApplication = 23, ///< [9.0.0+] Whether the specified process is an Application.
|
InfoType_IsApplication = 23, ///< [9.0.0+] Whether the specified process is an Application.
|
||||||
|
InfoType_FreeThreadCount = 24, ///< [11.0.0+] The number of free threads available to the process's resource limit.
|
||||||
|
|
||||||
InfoType_ThreadTickCount = 0xF0000002, ///< Number of ticks spent on thread.
|
InfoType_ThreadTickCount = 0xF0000002, ///< Number of ticks spent on thread.
|
||||||
} InfoType;
|
} InfoType;
|
||||||
|
Loading…
Reference in New Issue
Block a user