diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-06-29 16:41:54 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-06-29 16:41:54 -0400 |
| commit | d720e3ed0be9b897e1b87d0cc04831e573617df2 (patch) | |
| tree | c3da7fd7cf4138655a9a1f1b13a651e1a4cc6d1b /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 933358a28c3a96b9b951481cf99a71fd2b68c280 (diff) | |
| parent | 7db5a4b22db6cc7cea987a38d1d8ce9b0a594394 (diff) | |
Merge pull request #452 from degasus/stats
Video statistics update
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index 9575563c7c..5370c35750 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -97,7 +97,6 @@ void InterpretDisplayList(u32 address, u32 size) { Decode(); } - INCSTAT(stats.numDListsCalled); INCSTAT(stats.thisFrame.numDListsCalled); // un-swap |
