mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Experiment: only sync on first readconst
This commit is contained in:
parent
4d6503a396
commit
0093f00b18
@ -474,7 +474,7 @@ bool Rasterizer::BindResources(const Pipeline* pipeline) {
|
||||
|
||||
pipeline->BindResources(set_writes, buffer_barriers, push_data);
|
||||
|
||||
if (uses_dma) {
|
||||
if (uses_dma && !fault_process_pending) {
|
||||
// We only use fault buffer for DMA right now.
|
||||
{
|
||||
// We don't want the mapped ranges to be modified while we are syncing
|
||||
|
Loading…
Reference in New Issue
Block a user