mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
vulkan: Flush queue before attempting to copy texture memory!
This commit is contained in:
parent
e0d1ac676e
commit
11bd65c2b5
@ -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…
Reference in New Issue
Block a user