mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-22 02:09:30 +00:00
d3d12: Include some headers in stdafx_d3d12.h to speed up compilation
This commit is contained in:
parent
c197b54774
commit
893175f511
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <d3d12.h>
|
||||||
|
#include "Emu\RSX\D3D12\D3D12Utils.h"
|
||||||
|
#include "Emu\RSX\D3D12\D3D12Formats.h"
|
||||||
|
#include "Emu\RSX\D3D12\D3D12GSRender.h"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue