mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Compilation fix
This commit is contained in:
parent
a4db58f5f2
commit
080e503954
6 changed files with 10 additions and 10 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
#ifdef _WIN32
|
||||
// Must be included first
|
||||
#include <d3dcompiler.h>
|
||||
|
||||
#include <d3d12.h>
|
||||
#include "Emu\RSX\D3D12\D3D12Utils.h"
|
||||
#include "Emu\RSX\D3D12\D3D12Formats.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue