mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Tie Speed to CPU Speed and not VPS
This commit is contained in:
@ -47,7 +47,7 @@ public:
|
||||
private:
|
||||
PerformanceTracker m_fps_counter{"render_times.txt"};
|
||||
PerformanceTracker m_vps_counter{"vblank_times.txt"};
|
||||
PerformanceTracker m_speed_counter{std::nullopt, 500000};
|
||||
PerformanceTracker m_speed_counter{std::nullopt, 1000000};
|
||||
|
||||
double m_graph_max_time = 0.0;
|
||||
|
||||
|
Reference in New Issue
Block a user