mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 14:38:02 -05:00
Merge pull request #3510 from FernandoS27/dirty-write
DirtyFlags: relax need to set render_targets as dirty
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user