mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 18:28:39 -05:00
DirtyFlags: relax need to set render_targets as dirty
The texture cache already takes care of setting a render target to dirty when invalidated.
This commit is contained in:
@ -44,8 +44,6 @@ void FillBlock(Tegra::Engines::Maxwell3D::DirtyState::Tables& tables, std::size_
|
||||
FillBlock(tables[1], begin, num, index_b);
|
||||
}
|
||||
|
||||
void SetupCommonOnWriteStores(Tegra::Engines::Maxwell3D::DirtyState::Flags& store);
|
||||
|
||||
void SetupDirtyRenderTargets(Tegra::Engines::Maxwell3D::DirtyState::Tables& tables);
|
||||
|
||||
} // namespace VideoCommon::Dirty
|
||||
|
Reference in New Issue
Block a user