mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
VideoCommon: Show the average projection to viewport ratio in statistics
window.
This commit is contained in:
parent
1805f6e381
commit
1e27183dff
5 changed files with 21 additions and 2 deletions
|
@ -79,6 +79,8 @@ private:
|
|||
{
|
||||
return normal_vertex_count + anamorphic_vertex_count + other_vertex_count;
|
||||
}
|
||||
|
||||
MathUtil::RunningMean<float> average_ratio;
|
||||
};
|
||||
|
||||
ProjectionCounts perspective;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue