Default to D3D11VA on multi-GPU systems

This commit is contained in:
Cameron Gutman
2023-03-13 22:56:28 -05:00
parent 640db09a64
commit 38156c9f7f
2 changed files with 28 additions and 6 deletions
@@ -81,5 +81,6 @@ private:
#define DXVA2_QUIRK_NO_VP 0x01
#define DXVA2_QUIRK_SET_DEST_FORMAT 0x02
#define DXVA2_QUIRK_WDDM_20_PLUS 0x04
#define DXVA2_QUIRK_MULTI_GPU 0x08
int m_DeviceQuirks;
};