rsx: Fix graphics state foot-gun

This commit is contained in:
kd-11 2023-01-25 15:03:52 +03:00 committed by kd-11
parent 52b67b46fc
commit 6adcabda29
11 changed files with 150 additions and 67 deletions

View file

@ -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)