mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
kern/pm: support for 5.x under mesosphere
This commit is contained in:
parent
657470830f
commit
79c9bed528
4 changed files with 394 additions and 367 deletions
|
@ -173,6 +173,9 @@ namespace ams::svc {
|
|||
SystemInfoType_TotalPhysicalMemorySize = 0,
|
||||
SystemInfoType_UsedPhysicalMemorySize = 1,
|
||||
SystemInfoType_InitialProcessIdRange = 2,
|
||||
|
||||
/* NOTE: This is potentially temporary, and highly subject to change. */
|
||||
SystemInfoType_IsMesosphere = 0xF0000000,
|
||||
};
|
||||
|
||||
enum InitialProcessIdRangeInfo : u64 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue