Browse Source
maxwell_3d: Remove unused variable within ProcessQueryGet()
pull/15/merge
Lioncash
7 years ago
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with
0 additions and
1 deletions
-
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
|
|
|
|
|