diff options
| author | 2018-10-24 16:28:38 -0400 | |
|---|---|---|
| committer | 2018-10-24 16:28:38 -0400 | |
| commit | 2eff8336f426aa5e41a9f2baa60cc96c9930f7dd (patch) | |
| tree | a576847289e88588d7129f4aff48d7c49b9ab68b /src/video_core/engines | |
| parent | Merge pull request #1561 from lioncash/fs (diff) | |
| parent | decoders: Remove unused variable within SwizzledData() (diff) | |
| download | yuzu-2eff8336f426aa5e41a9f2baa60cc96c9930f7dd.tar.gz yuzu-2eff8336f426aa5e41a9f2baa60cc96c9930f7dd.tar.xz yuzu-2eff8336f426aa5e41a9f2baa60cc96c9930f7dd.zip | |
Merge pull request #1560 from lioncash/unused
maxwell_3d/decoders: Remove unused variables
Diffstat (limited to 'src/video_core/engines')
| -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() { | |||
| 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 |