mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 20:37:52 -05:00
hle: Fix QueryMemory response for MemoryInfo.
This commit is contained in:
@ -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