mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:38:45 -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