mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00: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 "D3D12VertexProgramDecompiler.h"
|
||||
#include "D3D12CommonDecompiler.h"
|
||||
#include "Utilities/Log.h"
|
||||
|
|
@ -162,4 +162,4 @@ D3D12VertexProgramDecompiler::D3D12VertexProgramDecompiler(std::vector<u32>& dat
|
|||
VertexProgramDecompiler(data)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue