mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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