DX12 fix + rpcs3-tests project

This commit is contained in:
Nekotekina 2015-10-21 10:24:02 +03:00
parent 8cfabf0ead
commit d4e0da3f80
41 changed files with 404 additions and 1299 deletions

View file

@ -1,5 +1,5 @@
#include "stdafx_d3d12.h"
#ifdef _WIN64
#ifdef _WIN32
#include "D3D12FragmentProgramDecompiler.h"
#include "D3D12CommonDecompiler.h"
#include "Utilities/Log.h"
@ -149,4 +149,4 @@ void D3D12FragmentDecompiler::insertMainEnd(std::stringstream & OS)
OS << " return Out;" << std::endl;
OS << "}" << std::endl;
}
#endif
#endif