mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
hle: Fix QueryMemory response for MemoryInfo.
This commit is contained in:
parent
bb50d29ca9
commit
bf69f3d1eb
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