rsx: Typo fix for pipeline reload hint

- Fragment state just reloads some constant buffers.
- Fragment program state recalculates the program.
- This is overkill for a variant reload, but that can be optimized later.
This commit is contained in:
kd-11 2026-05-12 03:15:09 +03:00
parent 5c824dffbb
commit 82348c7758

View File

@ -2099,7 +2099,7 @@ namespace rsx
current_fragment_program.ctrl |= export_ctrl;
// Signal backend to reload pipeline
m_graphics_state.set(rsx::pipeline_state::fragment_state_dirty);
m_graphics_state.set(rsx::pipeline_state::fragment_program_state_dirty);
}
prefetch_vertex_program();