mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
d3d12: Suppress a warning if no rtt is bound
Rendering depth only is legal.
This commit is contained in:
parent
a2f7f371dc
commit
2043181501
@ -166,7 +166,7 @@ bool D3D12GSRender::load_program()
|
||||
prop.numMRT = 4;
|
||||
break;
|
||||
default:
|
||||
LOG_ERROR(RSX, "Bad surface color target: %d", color_target);
|
||||
break;
|
||||
}
|
||||
|
||||
prop.DepthStencil.DepthEnable = !!(rsx::method_registers[NV4097_SET_DEPTH_TEST_ENABLE]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user