diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-08-26 03:34:31 -0300 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-08-26 21:28:58 -0300 |
| commit | 687d9739802097703a09f63d20ece741932b431b (patch) | |
| tree | 68056642cf9eb09098a59e555570c9243a9a484d /src/core/hle/kernel/shared_memory.h | |
| parent | 32e279c0ca75f68f3ce98eb1ad11b80a1d6bf793 (diff) | |
Core: Improve APT Shared Font hack
Should fix invalid read loops in some games
Diffstat (limited to 'src/core/hle/kernel/shared_memory.h')
| -rw-r--r-- | src/core/hle/kernel/shared_memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/shared_memory.h b/src/core/hle/kernel/shared_memory.h index 7a2922776..35b550d12 100644 --- a/src/core/hle/kernel/shared_memory.h +++ b/src/core/hle/kernel/shared_memory.h @@ -61,6 +61,8 @@ public: /// Address of shared memory block in the process. VAddr base_address; + /// Fixed address to allow mapping to. Used for blocks created from the linear heap. + VAddr fixed_address; /// Size of the memory block. Page-aligned. u32 size; /// Permission restrictions applied to the process which created the block. |
