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
@ -338,7 +338,8 @@ protected:
|
||||
MathUtil::Rectangle<int> m_target_rectangle = {};
|
||||
int m_frame_count = 0;
|
||||
|
||||
FPSCounter m_fps_counter;
|
||||
FPSCounter m_fps_counter = FPSCounter("render_times.txt");
|
||||
FPSCounter m_vps_counter = FPSCounter("v_blank_times.txt");
|
||||
|
||||
std::unique_ptr<VideoCommon::PostProcessing> m_post_processor;
|
||||
|
||||
|
Reference in New Issue
Block a user