summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/svc.h')
-rw-r--r--src/core/hle/svc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/svc.h b/src/core/hle/svc.h
index 993c074bf..417a1735f 100644
--- a/src/core/hle/svc.h
+++ b/src/core/hle/svc.h
@@ -12,8 +12,9 @@
struct MemoryInfo {
u64 base_address;
u64 size;
- u64 permission;
- u64 state;
+ u32 type;
+ u32 attributes;
+ u32 permission;
};
struct PageInfo {