early-access version 2666

This commit is contained in:
pineappleEA
2022-04-11 00:44:24 +02:00
parent 7a13d2c502
commit 8bdf5dbc6c
5 changed files with 29 additions and 20 deletions

View File

@@ -1713,7 +1713,8 @@ static ResultCode UnmapProcessCodeMemory(Core::System& system, Handle process_ha
return ResultInvalidMemoryRegion;
}
return page_table.UnmapCodeMemory(dst_address, src_address, size, true);
return page_table.UnmapCodeMemory(dst_address, src_address, size,
KPageTable::ICacheInvalidationStrategy::InvalidateAll);
}
/// Exits the current process