correct default temple args

This commit is contained in:
Lander Gallastegi 2025-07-07 14:18:13 +02:00 committed by GitHub
parent 5a242586ad
commit 8e54385f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ public:
}
/// Unmark region as modified from the host GPU
template <bool defer_protect = true, bool locking = false>
template <bool defer_protect = false, bool locking = true>
void UnmarkRegionAsGpuModified(VAddr dirty_cpu_addr, u64 query_size) noexcept {
IterateRegions<false, locking>(dirty_cpu_addr, query_size,
[](RegionManager* manager, u64 offset, size_t size) {