summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/process.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h
index 1bd7bf5c1..a0217d3d8 100644
--- a/src/core/hle/kernel/process.h
+++ b/src/core/hle/kernel/process.h
@@ -35,14 +35,6 @@ class Thread;
35 35
36struct CodeSet; 36struct CodeSet;
37 37
38struct AddressMapping {
39 // Address and size must be page-aligned
40 VAddr address;
41 u64 size;
42 bool read_only;
43 bool unk_flag;
44};
45
46enum class MemoryRegion : u16 { 38enum class MemoryRegion : u16 {
47 APPLICATION = 1, 39 APPLICATION = 1,
48 SYSTEM = 2, 40 SYSTEM = 2,