mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 21:47:54 +00:00
MacroHLE: Refactor MacroHLE system.
This commit is contained in:
parent
b5b0ec9429
commit
b4fcb0b2b2
11 changed files with 429 additions and 130 deletions
|
@ -1574,7 +1574,11 @@ void BufferCache<P>::MarkWrittenBuffer(BufferId buffer_id, VAddr cpu_addr, u32 s
|
|||
if (!is_async) {
|
||||
return;
|
||||
}
|
||||
uncommitted_ranges.add(base_interval);
|
||||
const bool is_high_accuracy =
|
||||
Settings::values.gpu_accuracy.GetValue() == Settings::GPUAccuracy::High;
|
||||
if (is_high_accuracy) {
|
||||
uncommitted_ranges.add(base_interval);
|
||||
}
|
||||
}
|
||||
|
||||
template <class P>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue