MemoryManager: Fix errors popping out.

This commit is contained in:
Fernando Sahmkow 2022-02-19 14:18:02 +01:00
parent 3c4e05745f
commit 6a3eca65ea
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) {