kernel/process: Remove unused AddressMapping struct
Another leftover from citra that's now no longer necessary.
This commit is contained in:
parent
3f74518e19
commit
7c4bc7b883
|
@ -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,
|
||||
|
|
Reference in New Issue