Some memory corrections

This commit is contained in:
CamilleLaVey
2026-07-31 22:52:42 -04:00
parent 4162f86a11
commit 6346371725
7 changed files with 127 additions and 15 deletions
+2
View File
@@ -17,6 +17,8 @@ struct AHardwareBuffer;
namespace Common {
[[nodiscard]] u64 GetCommittedBackingSize() noexcept;
enum class MemoryPermission : u32 {
Read = 1 << 0,
Write = 1 << 1,