kern: add new KMemoryState

This commit is contained in:
Michael Scire 2021-09-17 16:26:01 -07:00 committed by SciresM
parent 252486913b
commit fdf008108c
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 {