| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-20 | math_util: Remove the Clamp() function | Lioncash | |
| C++17 adds clamp() to the standard library, so we can remove ours in favor of it. | |||
| 2018-01-16 | UI: Fix frame rate perf stats | James Rowe | |
| Adds in a missing EndGameFrame when nvdrv swaps buffers | |||
| 2018-01-12 | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | |
| 2017-02-26 | PerfStats: Re-order and document members better | Yuri Kunde Schlesner | |
| 2017-02-26 | Core: Re-write frame limiter | Yuri Kunde Schlesner | |
| Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz. | |||
| 2017-02-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
| More ergonomic to use and will be required for upcoming changes. | |||
| 2017-02-26 | PerfStats: Add method to get the instantaneous time ratio | Yuri Kunde Schlesner | |
| 2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
