mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
kern: update GetInfo logic for tick count InfoTypes
This commit is contained in:
parent
6cbfaaf835
commit
6407786059
2 changed files with 23 additions and 22 deletions
|
@ -157,11 +157,10 @@ namespace ams::svc {
|
|||
InfoType_UsedNonSystemMemorySize = 22,
|
||||
InfoType_IsApplication = 23,
|
||||
InfoType_FreeThreadCount = 24,
|
||||
InfoType_ThreadTickCount = 25,
|
||||
|
||||
InfoType_MesosphereMeta = 65000,
|
||||
InfoType_MesosphereCurrentProcess = 65001,
|
||||
|
||||
InfoType_ThreadTickCount = 0xF0000002,
|
||||
};
|
||||
|
||||
enum TickCountInfo : u64 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue