mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
vulkan: Flush queue before attempting to copy texture memory!
This commit is contained in:
parent
e0d1ac676e
commit
11bd65c2b5
1 changed files with 5 additions and 0 deletions
|
@ -761,6 +761,11 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing)
|
|||
{
|
||||
vm::temporary_unlock();
|
||||
}
|
||||
else
|
||||
{
|
||||
//Flush primary cb queue to sync pending changes (e.g image transitions!)
|
||||
flush_command_queue();
|
||||
}
|
||||
|
||||
if (sync_timestamp > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue