diff --git a/rpcs3/Emu/RSX/D3D12/D3D12PipelineState.cpp b/rpcs3/Emu/RSX/D3D12/D3D12PipelineState.cpp index 80b51607e4..ea8c999f62 100644 --- a/rpcs3/Emu/RSX/D3D12/D3D12PipelineState.cpp +++ b/rpcs3/Emu/RSX/D3D12/D3D12PipelineState.cpp @@ -54,7 +54,7 @@ void D3D12GSRender::load_program() return std::make_tuple(true, native_pitch); }; - get_current_vertex_program({}, true); + get_current_vertex_program({}, true, false); get_current_fragment_program_legacy(rtt_lookup_func); if (!current_fragment_program.valid)