mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 19:47:56 -05:00
arm_interface: Support unmapping previously mapped memory.
This commit is contained in:
@ -19,7 +19,7 @@ public:
|
||||
|
||||
void MapBackingMemory(VAddr address, size_t size, u8* memory,
|
||||
Kernel::VMAPermission perms) override;
|
||||
|
||||
void UnmapMemory(u64 address, size_t size) override;
|
||||
void SetPC(u64 pc) override;
|
||||
u64 GetPC() const override;
|
||||
u64 GetReg(int index) const override;
|
||||
|
Reference in New Issue
Block a user