28 Commits (7d86a6ff02e0778aa69ec52ef5c0eb0d26200818)

Author SHA1 Message Date
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error 5 years ago
ameerj 5bef54618a perf_stats: Rework FPS counter to be more accurate 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 570150bc86 perf_stats: Make use of designated initializers 5 years ago
Lioncash d767be65be perf_stats: Mark GetMeanFrametime() as const 5 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow a7ecd9e19c FrameLimiting: Enable frame limiting for single core. 6 years ago
Lioncash 75dec14f21 perf_stats: Resolve implicit int to double conversion error 6 years ago
FearlessTobi d36a7a43c5 Address review comments 6 years ago
fearlessTobi 684b616f0d Add frametime logging for tracking performance over time 6 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash 7c9f7aeacc
perf_stats: Remove unused variable within DoFrameLimiting() 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
MerryMage 3f4fb4b037 perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
fearlessTobi ba8ff096fd Port #3353 from Citra 7 years ago
Lioncash 6c56754322 perf_stats: Correct literal used for MAX_LAG_TIME_US 7 years ago
Lioncash a0c3a46aa9 core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 7 years ago
Lioncash fae2dd0344
math_util: Remove the Clamp() function 8 years ago
James Rowe a66eb7351b UI: Fix frame rate perf stats 8 years ago
James Rowe 70e65ee63a Remove settings issues in sdl and fix a few files that broke in mingw 8 years ago
Yuri Kunde Schlesner 174464a87f PerfStats: Re-order and document members better 9 years ago
Yuri Kunde Schlesner fb1979d7e2 Core: Re-write frame limiter 9 years ago
Yuri Kunde Schlesner b285c2a4ed Core: Make PerfStats internally locked 9 years ago
Yuri Kunde Schlesner 92c8bd4b1f PerfStats: Add method to get the instantaneous time ratio 9 years ago
Yuri Kunde Schlesner c75ae6c585 Add performance statistics to status bar 9 years ago