hle: Fix QueryMemory response for MemoryInfo.

This commit is contained in:
bunnei 2017-10-19 23:00:46 -04:00
parent 716e5cf070
commit dcd6bb82f7
7 changed files with 34 additions and 152 deletions

View file

@ -12,8 +12,9 @@
struct MemoryInfo {
u64 base_address;
u64 size;
u64 permission;
u64 state;
u32 type;
u32 attributes;
u32 permission;
};
struct PageInfo {