Add EZFRD32.dll and EZFRD64.dll to blacklist based on crash reports

This commit is contained in:
Cameron Gutman 2019-03-17 00:23:32 -07:00
parent b79d3b31b3
commit 7c3cec0451

View File

@ -134,7 +134,11 @@ private:
// This DLL shipped with ASUS Sonic Radar 3 improperly handles
// D3D9 exclusive fullscreen in a way that causes CreateDeviceEx()
// to deadlock. https://github.com/moonlight-stream/moonlight-qt/issues/102
L"NahimicOSD.dll"
L"NahimicOSD.dll",
// This DLL has been seen in several crash reports. Some Googling
// suggests it's highly unstable and causes issues in many games.
L"EZFRD32.dll",
L"EZFRD64.dll",
};
};