mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
GL_Rasterizer: Corrections to Clearing.
This commit is contained in:
parent
8dd4797e00
commit
2f716f52d9
4 changed files with 28 additions and 12 deletions
|
@ -568,7 +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();
|
||||
dirty.OnMemoryWrite();
|
||||
|
||||
cb_data_state.id = null_cb_data;
|
||||
cb_data_state.current = null_cb_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue