29 Commits (639baf88f71ac8b49622ad6982ba2af50a3214ea)

Author SHA1 Message Date
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash bb711ced9d perf_stats: Make use of designated initializers 5 years ago
Lioncash 2a2bc9c147 perf_stats: Mark GetMeanFrametime() as const 5 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow 3197d72996 FrameLimiting: Enable frame limiting for single core. 6 years ago
Lioncash 6fb1953e6c perf_stats: Resolve implicit int to double conversion error 6 years ago
FearlessTobi 82f6c628e7 Address review comments 6 years ago
fearlessTobi 32c6e238fd Add frametime logging for tracking performance over time 6 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash eb1e5a40e9 perf_stats: Remove unused variable within DoFrameLimiting() 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
MerryMage 2336c6bb5f perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
fearlessTobi fc6901c205 Port #3353 from Citra 7 years ago
Lioncash 610c7e7685 perf_stats: Correct literal used for MAX_LAG_TIME_US 8 years ago
Lioncash c34ee8cf08 core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 8 years ago
Lioncash 043546e4db math_util: Remove the Clamp() function 8 years ago
James Rowe 263386fe42 UI: Fix frame rate perf stats 8 years ago
James Rowe d0588e52ab Remove settings issues in sdl and fix a few files that broke in mingw 8 years ago
Yuri Kunde Schlesner b50b227f94 PerfStats: Re-order and document members better 9 years ago
Yuri Kunde Schlesner 5990d020a8 Core: Re-write frame limiter 9 years ago
Yuri Kunde Schlesner ea78f30e67 Core: Make PerfStats internally locked 9 years ago
Yuri Kunde Schlesner 60f90d7c48 PerfStats: Add method to get the instantaneous time ratio 9 years ago
Yuri Kunde Schlesner 3a9447bc16 Add performance statistics to status bar 9 years ago