diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-24 05:50:16 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-24 05:50:16 +0200 |
commit | a97cdb5eb42ffe417b79910e3ba022dc6e58e251 (patch) | |
tree | 6b6d96f909611b9af314ebb69c781c5d7f58f102 /src | |
parent | Merge pull request #1551 from ogniK5377/improved-svcbreak (diff) | |
download | yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.gz yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.bz2 yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.lz yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.xz yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.tar.zst yuzu-a97cdb5eb42ffe417b79910e3ba022dc6e58e251.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 1 |
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() { ASSERT_MSG(regs.query.query_get.unit == Regs::QueryUnit::Crop, "Units other than CROP are unimplemented"); - u32 value = Memory::Read32(*address); u64 result = 0; // TODO(Subv): Support the other query variables |