mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx: Fix graphics state foot-gun
This commit is contained in:
parent
52b67b46fc
commit
6adcabda29
11 changed files with 150 additions and 67 deletions
|
@ -801,8 +801,8 @@ namespace rsx
|
|||
break;
|
||||
}
|
||||
|
||||
rsx->m_rtts_dirty = true;
|
||||
rsx->m_framebuffer_state_contested = false;
|
||||
rsx->m_graphics_state.set(rtt_config_dirty);
|
||||
rsx->m_graphics_state.clear(rtt_config_contested);
|
||||
}
|
||||
|
||||
void set_surface_format(thread* rsx, u32 reg, u32 arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue