summaryrefslogtreecommitdiffstats
path: root/src/video_core/dirty_flags.cpp
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2022-10-10 21:32:38 +0200
committerKelebek1 <eeeedddccc@hotmail.co.uk>2022-10-10 21:59:57 +0200
commit4496030ea9bd873d101628a8eb943b976ec7b07a (patch)
treed26b116981aa0dd9eaec5e951976d59a63322de4 /src/video_core/dirty_flags.cpp
parentMerge pull request #9043 from german77/vector_data (diff)
downloadyuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar.gz
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar.bz2
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar.lz
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar.xz
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.tar.zst
yuzu-4496030ea9bd873d101628a8eb943b976ec7b07a.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/dirty_flags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/dirty_flags.cpp b/src/video_core/dirty_flags.cpp
index 1039e036f..c2ecc12f5 100644
--- a/src/video_core/dirty_flags.cpp
+++ b/src/video_core/dirty_flags.cpp
@@ -61,7 +61,7 @@ void SetupDirtyRenderTargets(Maxwell3D::DirtyState::Tables& tables) {
}
void SetupDirtyShaders(Maxwell3D::DirtyState::Tables& tables) {
- FillBlock(tables[0], OFF(pipelines), NUM(pipelines) * Maxwell3D::Regs::MaxShaderProgram,
+ FillBlock(tables[0], OFF(pipelines), NUM(pipelines[0]) * Maxwell3D::Regs::MaxShaderProgram,
Shaders);
}
} // Anonymous namespace