mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
Maxwell3D: Correct marking dirtiness on CB upload
This commit is contained in:
committed by
FernandoS27
parent
0d34a53c44
commit
8dd4797e00
@@ -568,6 +568,7 @@ void Maxwell3D::FinishCBData() {
|
||||
|
||||
const u32 id = cb_data_state.id;
|
||||
memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size);
|
||||
dirty.ResetVertexArrays();
|
||||
|
||||
cb_data_state.id = null_cb_data;
|
||||
cb_data_state.current = null_cb_data;
|
||||
|
||||
Reference in New Issue
Block a user