From 687d9739802097703a09f63d20ece741932b431b Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Wed, 26 Aug 2015 03:34:31 -0300 Subject: Core: Improve APT Shared Font hack Should fix invalid read loops in some games --- src/core/hle/kernel/shared_memory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/kernel/shared_memory.h') 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. -- cgit v1.2.3