MemoryManager: Fix errors popping out.
This commit is contained in:
parent
3c4e05745f
commit
6a3eca65ea
3 changed files with 18 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue