Fix copy-paste error that prevented loading version 5 D3D12 captures

This commit is contained in:
baldurk
2018-10-08 10:33:25 +01:00
parent 1624a3c96a
commit b39c59f612
+1 -1
View File
@@ -160,7 +160,7 @@ bool D3D12InitParams::IsSupportedVersion(uint64_t ver)
// 0x5 -> 0x6 - Multiply by number of planes in format when serialising initial states -
// i.e. stencil is saved with depth in initial states.
if(ver == 0x4)
if(ver == 0x5)
return true;
// 0x4 -> 0x5 - CPU_DESCRIPTOR_HANDLE serialised inline as D3D12Descriptor in appropriate