mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +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
|
||||
|
||||
#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
Reference in a new issue