diff options
| author | Subv <subv2112@gmail.com> | 2017-07-21 22:22:59 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2017-09-15 14:26:13 -0500 |
| commit | 214150f00c77474927cbdfb1598dbdb2cb4fcf32 (patch) | |
| tree | 4e86b987f4503953ab3b6389e176bd63f7cdd672 /src/core/hle/kernel/memory.h | |
| parent | c34ec5e77cd9e83fcf5c929f3951557d5269b7a6 (diff) | |
Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
Diffstat (limited to 'src/core/hle/kernel/memory.h')
| -rw-r--r-- | src/core/hle/kernel/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/memory.h b/src/core/hle/kernel/memory.h index 08c1a9989..da6bb3563 100644 --- a/src/core/hle/kernel/memory.h +++ b/src/core/hle/kernel/memory.h @@ -26,4 +26,6 @@ MemoryRegionInfo* GetMemoryRegion(MemoryRegion region); void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping); void MapSharedPages(VMManager& address_space); + +extern MemoryRegionInfo memory_regions[3]; } // namespace Kernel |
