mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-29 07:26:33 -05:00
MemoryManager: Fix errors popping out.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user