Browse Source

kernel/process: Remove unused AddressMapping struct

Another leftover from citra that's now no longer necessary.
pull/15/merge
Lioncash 7 years ago
parent
commit
7c4bc7b883
  1. 8
      src/core/hle/kernel/process.h

8
src/core/hle/kernel/process.h

@ -35,14 +35,6 @@ class Thread;
struct CodeSet;
struct AddressMapping {
// Address and size must be page-aligned
VAddr address;
u64 size;
bool read_only;
bool unk_flag;
};
enum class MemoryRegion : u16 {
APPLICATION = 1,
SYSTEM = 2,

Loading…
Cancel
Save