mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
correct default temple args
This commit is contained in:
parent
5a242586ad
commit
8e54385f10
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user