mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
d3d12: Include some headers in stdafx_d3d12.h to speed up compilation
This commit is contained in:
parent
c197b54774
commit
893175f511
|
|
@ -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…
Reference in a new issue