mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
D3DBase: Upgrade to DXGI 1.2.
This effectively drops for Vista and Windows 7 without the Platform Update in this backend.
This commit is contained in:
parent
421a2c5776
commit
c399e2bc40
2 changed files with 27 additions and 72 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <d3d11.h>
|
||||
#include <d3dcompiler.h>
|
||||
#include <dxgi.h>
|
||||
#include <dxgi1_2.h>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/Common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue