mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00: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…
x
Reference in New Issue
Block a user