diff options
| author | 2022-02-19 14:18:02 +0100 | |
|---|---|---|
| committer | 2022-10-06 21:00:53 +0200 | |
| commit | 5a568b1655f0d721891083da19e2da2614796389 (patch) | |
| tree | 540d2c564bf84114484188000a871e90cf5e7772 /src/core/memory.h | |
| parent | Shader Decompiler: implement better tracking for Vulkan samplers. (diff) | |
| download | yuzu-5a568b1655f0d721891083da19e2da2614796389.tar.gz yuzu-5a568b1655f0d721891083da19e2da2614796389.tar.xz yuzu-5a568b1655f0d721891083da19e2da2614796389.zip | |
MemoryManager: Fix errors popping out.
Diffstat (limited to 'src/core/memory.h')
| -rw-r--r-- | src/core/memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/memory.h b/src/core/memory.h index a11ff8766..81eac448b 100644 --- a/src/core/memory.h +++ b/src/core/memory.h | |||
| @@ -114,6 +114,7 @@ public: | |||
| 114 | * If the address is not valid, nullptr will be returned. | 114 | * If the address is not valid, nullptr will be returned. |
| 115 | */ | 115 | */ |
| 116 | u8* GetPointer(VAddr vaddr); | 116 | u8* GetPointer(VAddr vaddr); |
| 117 | u8* GetPointerSilent(VAddr vaddr); | ||
| 117 | 118 | ||
| 118 | template <typename T> | 119 | template <typename T> |
| 119 | T* GetPointer(VAddr vaddr) { | 120 | T* GetPointer(VAddr vaddr) { |