mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
vk: Add RADV to list of drivers with unreliable 'OUT_OF_DATE' notification when window size changes
This commit is contained in:
parent
1cdb2c6a26
commit
afc71341a5
1 changed files with 1 additions and 1 deletions
|
@ -521,10 +521,10 @@ namespace vk
|
|||
{
|
||||
case driver_vendor::AMD:
|
||||
case driver_vendor::INTEL:
|
||||
case driver_vendor::RADV:
|
||||
break;
|
||||
case driver_vendor::ANV:
|
||||
case driver_vendor::NVIDIA:
|
||||
case driver_vendor::RADV:
|
||||
m_wm_reports_flag = true;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue