mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
DX12 fix + rpcs3-tests project
This commit is contained in:
parent
8cfabf0ead
commit
d4e0da3f80
41 changed files with 404 additions and 1299 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue