mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 02:29:29 +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::AMD:
|
||||||
case driver_vendor::INTEL:
|
case driver_vendor::INTEL:
|
||||||
|
case driver_vendor::RADV:
|
||||||
break;
|
break;
|
||||||
case driver_vendor::ANV:
|
case driver_vendor::ANV:
|
||||||
case driver_vendor::NVIDIA:
|
case driver_vendor::NVIDIA:
|
||||||
case driver_vendor::RADV:
|
|
||||||
m_wm_reports_flag = true;
|
m_wm_reports_flag = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue