mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Improve FPS/VPS Counting and Revamp Appearance
This commit is contained in:
parent
5e442f6ffa
commit
edb2c90b38
15 changed files with 196 additions and 72 deletions
|
@ -82,6 +82,10 @@ struct VideoConfig final
|
|||
|
||||
// Information
|
||||
bool bShowFPS = false;
|
||||
bool bShowVPS = false;
|
||||
bool bShowSpeed = false;
|
||||
bool bShowSpeedColors = false;
|
||||
int iPerfSampleUSec = 0;
|
||||
bool bShowNetPlayPing = false;
|
||||
bool bShowNetPlayMessages = false;
|
||||
bool bOverlayStats = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue