kern: implement SvcSetMemoryAttribute

This commit is contained in:
Michael Scire
2020-07-22 18:46:28 -07:00
committed by SciresM
parent 185baa7c4d
commit ab96255a5d
5 changed files with 67 additions and 2 deletions

View File

@@ -174,6 +174,8 @@ namespace ams::kern {
KMemoryAttribute_Uncached = ams::svc::MemoryAttribute_Uncached,
KMemoryAttribute_AnyLocked = 0x80,
KMemoryAttribute_SetMask = KMemoryAttribute_Uncached,
};
struct KMemoryInfo {