kern: update GetInfo logic for tick count InfoTypes

This commit is contained in:
Michael Scire
2021-09-17 14:57:08 -07:00
parent 71e87ef8d0
commit 4a1ca5f39b
2 changed files with 23 additions and 22 deletions

View File

@@ -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 {