mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 16:22:25 -07:00
arm_interface: Support unmapping previously mapped memory.
This commit is contained in:
@@ -184,6 +184,9 @@ ResultCode VMManager::UnmapRange(VAddr target, u64 size) {
|
||||
}
|
||||
|
||||
ASSERT(FindVMA(target)->second.size >= size);
|
||||
|
||||
Core::CPU().UnmapMemory(target, size);
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user