mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
correct default temple args
This commit is contained in:
parent
5a242586ad
commit
8e54385f10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue