mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +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 a new issue