mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
vk: Check_window_status fixups
Intel ANV has been tested and verified to work without workaround AMDVLK and the proprietary AMD driver have been confirmed to require workaround for window resizing
This commit is contained in:
parent
d616ce223c
commit
6ab3011eef
1 changed files with 0 additions and 3 deletions
|
@ -2025,11 +2025,8 @@ public:
|
|||
#endif
|
||||
break;
|
||||
case driver_vendor::AMD:
|
||||
#ifdef _WIN32
|
||||
break;
|
||||
#endif
|
||||
case driver_vendor::INTEL:
|
||||
// Untested
|
||||
case driver_vendor::RADV:
|
||||
m_wm_reports_flag = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue