[DXBC] Unbreak MRT in RTV output path
This commit is contained in:
@@ -1424,6 +1424,7 @@ void DxbcShaderTranslator::CompletePixelShader_WriteToRTVs() {
|
|||||||
DxbcSrc::R(system_temps_color_[j]),
|
DxbcSrc::R(system_temps_color_[j]),
|
||||||
guest_rt_first ? DxbcSrc::LF(0.0f)
|
guest_rt_first ? DxbcSrc::LF(0.0f)
|
||||||
: DxbcSrc::R(remap_movc_target_temp));
|
: DxbcSrc::R(remap_movc_target_temp));
|
||||||
|
guest_rt_first = false;
|
||||||
}
|
}
|
||||||
// Write the remapped color to host render target i.
|
// Write the remapped color to host render target i.
|
||||||
DxbcOpMov(DxbcDest::O(i), DxbcSrc::R(remap_movc_target_temp));
|
DxbcOpMov(DxbcDest::O(i), DxbcSrc::R(remap_movc_target_temp));
|
||||||
|
|||||||
Reference in New Issue
Block a user