From 893175f511560011a6aea84098d8ee1659cb7f03 Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Thu, 29 Oct 2015 01:21:15 +0100 Subject: [PATCH] d3d12: Include some headers in stdafx_d3d12.h to speed up compilation --- rpcs3/stdafx_d3d12.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpcs3/stdafx_d3d12.h b/rpcs3/stdafx_d3d12.h index 954084813a..f912db7cd2 100644 --- a/rpcs3/stdafx_d3d12.h +++ b/rpcs3/stdafx_d3d12.h @@ -1,3 +1,9 @@ #pragma once -#include "stdafx.h" \ No newline at end of file +#include "stdafx.h" +#ifdef _WIN32 +#include +#include "Emu\RSX\D3D12\D3D12Utils.h" +#include "Emu\RSX\D3D12\D3D12Formats.h" +#include "Emu\RSX\D3D12\D3D12GSRender.h" +#endif