d3d12: Include some headers in stdafx_d3d12.h to speed up compilation

This commit is contained in:
Vincent Lejeune 2015-10-29 01:21:15 +01:00
parent c197b54774
commit 893175f511
1 changed files with 7 additions and 1 deletions

View File

@ -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