MemoryManager: Fix errors popping out.

This commit is contained in:
Fernando Sahmkow
2022-02-19 14:18:02 +01:00
parent 3d02143476
commit 5a568b1655
3 changed files with 18 additions and 4 deletions

View File

@ -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) {