Merge pull request #3510 from FernandoS27/dirty-write

DirtyFlags: relax need to set render_targets as dirty
This commit is contained in:
Mat M 2020-03-17 17:29:22 -04:00 committed by GitHub
commit edb9cccb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 13 deletions

View file

@ -238,7 +238,6 @@ void StateTracker::Initialize() {
SetupDirtyMisc(tables);
auto& store = dirty.on_write_stores;
SetupCommonOnWriteStores(store);
store[VertexBuffers] = true;
for (std::size_t i = 0; i < Regs::NumVertexArrays; ++i) {
store[VertexBuffer0 + i] = true;