diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-03-14 16:47:33 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-03-14 16:47:33 +0100 |
commit | 380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa (patch) | |
tree | 4fb064d686386b6bdee58e7f0f5cac2765ac9056 /src/video_core/dirty_flags.h | |
parent | Merge pull request #3491 from ReinUsesLisp/polygon-modes (diff) | |
download | yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.gz yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.bz2 yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.lz yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.xz yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.tar.zst yuzu-380fc8d2e1db40c09ac4f1ec3fd3cd69bc592dfa.zip |
Diffstat (limited to 'src/video_core/dirty_flags.h')
-rw-r--r-- | src/video_core/dirty_flags.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h index 0dbafd3ef..3f6c1d83a 100644 --- a/src/video_core/dirty_flags.h +++ b/src/video_core/dirty_flags.h @@ -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 |