mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 11:00:41 +00:00
hle: Fix QueryMemory response for MemoryInfo.
This commit is contained in:
+3
-2
@@ -12,8 +12,9 @@
|
||||
struct MemoryInfo {
|
||||
u64 base_address;
|
||||
u64 size;
|
||||
u64 permission;
|
||||
u64 state;
|
||||
u32 type;
|
||||
u32 attributes;
|
||||
u32 permission;
|
||||
};
|
||||
|
||||
struct PageInfo {
|
||||
|
||||
Reference in New Issue
Block a user