mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: Show the average projection to viewport ratio in statistics
window.
This commit is contained in:
@@ -79,6 +79,8 @@ private:
|
||||
{
|
||||
return normal_vertex_count + anamorphic_vertex_count + other_vertex_count;
|
||||
}
|
||||
|
||||
MathUtil::RunningMean<float> average_ratio;
|
||||
};
|
||||
|
||||
ProjectionCounts perspective;
|
||||
|
||||
Reference in New Issue
Block a user