mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Improve FPS/VPS Counting and Revamp Appearance
This commit is contained in:

committed by
Admiral H. Curtiss

parent
5e442f6ffa
commit
edb2c90b38
@ -35,6 +35,12 @@ private:
|
||||
GraphicsBool* m_show_statistics;
|
||||
GraphicsBool* m_enable_format_overlay;
|
||||
GraphicsBool* m_enable_api_validation;
|
||||
GraphicsBool* m_show_fps;
|
||||
GraphicsBool* m_show_vps;
|
||||
GraphicsBool* m_show_speed;
|
||||
GraphicsBool* m_show_speed_colors;
|
||||
GraphicsInteger* m_perf_samp_window;
|
||||
GraphicsBool* m_log_render_time;
|
||||
|
||||
// Utility
|
||||
GraphicsBool* m_prefetch_custom_textures;
|
||||
|
Reference in New Issue
Block a user