summaryrefslogtreecommitdiff
path: root/src/core/memory.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-02-19 14:18:02 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-10-06 21:00:53 +0200
commit5a568b1655f0d721891083da19e2da2614796389 (patch)
tree540d2c564bf84114484188000a871e90cf5e7772 /src/core/memory.h
parent3d02143476cbc92450587c4e56eafe1cb76cd9ad (diff)
MemoryManager: Fix errors popping out.
Diffstat (limited to 'src/core/memory.h')
-rw-r--r--src/core/memory.h1
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:
* If the address is not valid, nullptr will be returned.
*/
u8* GetPointer(VAddr vaddr);
+ u8* GetPointerSilent(VAddr vaddr);
template <typename T>
T* GetPointer(VAddr vaddr) {