summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar Lioncash2018-10-23 23:50:16 -0400
committerGravatar Lioncash2018-10-23 23:50:16 -0400
commita97cdb5eb42ffe417b79910e3ba022dc6e58e251 (patch)
tree6b6d96f909611b9af314ebb69c781c5d7f58f102 /src/video_core
parentMerge pull request #1551 from ogniK5377/improved-svcbreak (diff)
downloadyuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.gz
yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.xz
yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.zip
maxwell_3d: Remove unused variable within ProcessQueryGet()
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index bca014a4a..78ba29fc1 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -155,7 +155,6 @@ void Maxwell3D::ProcessQueryGet() {
155 ASSERT_MSG(regs.query.query_get.unit == Regs::QueryUnit::Crop, 155 ASSERT_MSG(regs.query.query_get.unit == Regs::QueryUnit::Crop,
156 "Units other than CROP are unimplemented"); 156 "Units other than CROP are unimplemented");
157 157
158 u32 value = Memory::Read32(*address);
159 u64 result = 0; 158 u64 result = 0;
160 159
161 // TODO(Subv): Support the other query variables 160 // TODO(Subv): Support the other query variables