mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 22:29:42 -06:00
Intel iGPU needs workaround on Windows
This commit is contained in:
parent
fcc841eaa1
commit
7e31c30133
@ -2271,8 +2271,11 @@ public:
|
||||
{
|
||||
case driver_vendor::AMD:
|
||||
break;
|
||||
case driver_vendor::NVIDIA:
|
||||
case driver_vendor::INTEL:
|
||||
#ifdef _WIN32
|
||||
break;
|
||||
#endif
|
||||
case driver_vendor::NVIDIA:
|
||||
case driver_vendor::RADV:
|
||||
m_wm_reports_flag = true;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user