mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 18:15:14 +00:00
vk_rasterizer: Always sync DMA buffers
This commit is contained in:
parent
28b9189ecf
commit
753ca25757
@ -471,7 +471,7 @@ bool Rasterizer::BindResources(const Pipeline* pipeline) {
|
|||||||
uses_dma |= stage->uses_dma;
|
uses_dma |= stage->uses_dma;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (uses_dma && !fault_process_pending) {
|
if (uses_dma) {
|
||||||
// We only use fault buffer for DMA right now.
|
// We only use fault buffer for DMA right now.
|
||||||
{
|
{
|
||||||
Common::RecursiveSharedLock lock{mapped_ranges_mutex};
|
Common::RecursiveSharedLock lock{mapped_ranges_mutex};
|
||||||
|
Loading…
Reference in New Issue
Block a user