mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -04:00
kern: add extension InfoType for retrieving current process handle.
This commit is contained in:
parent
5362ee9450
commit
a7564cf303
2 changed files with 20 additions and 0 deletions
|
@ -159,6 +159,7 @@ namespace ams::svc {
|
|||
InfoType_FreeThreadCount = 24,
|
||||
|
||||
InfoType_MesosphereMeta = 65000,
|
||||
InfoType_MesosphereCurrentProcess = 65001,
|
||||
|
||||
InfoType_ThreadTickCount = 0xF0000002,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue