kern: add extension InfoType for retrieving current process handle.

This commit is contained in:
Michael Scire 2021-03-17 17:48:30 -07:00
parent 5362ee9450
commit a7564cf303
2 changed files with 20 additions and 0 deletions

View file

@ -159,6 +159,7 @@ namespace ams::svc {
InfoType_FreeThreadCount = 24,
InfoType_MesosphereMeta = 65000,
InfoType_MesosphereCurrentProcess = 65001,
InfoType_ThreadTickCount = 0xF0000002,
};