kern: add new KMemoryState

This commit is contained in:
Michael Scire
2021-09-17 16:26:01 -07:00
parent 0230609cca
commit d2664c60a3
3 changed files with 7 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ namespace ams::svc {
MemoryState_Kernel = 0x13,
MemoryState_GeneratedCode = 0x14,
MemoryState_CodeOut = 0x15,
MemoryState_Coverage = 0x16,
};
enum MemoryPermission : u32 {