mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 04:36:57 -06:00
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:
parent
a4712a283f
commit
e52b6ecbbf
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user