hle: Fix QueryMemory response for MemoryInfo.
This commit is contained in:
parent
716e5cf070
commit
dcd6bb82f7
7 changed files with 34 additions and 152 deletions
|
@ -12,8 +12,9 @@
|
|||
struct MemoryInfo {
|
||||
u64 base_address;
|
||||
u64 size;
|
||||
u64 permission;
|
||||
u64 state;
|
||||
u32 type;
|
||||
u32 attributes;
|
||||
u32 permission;
|
||||
};
|
||||
|
||||
struct PageInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue