| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-10 | Treewide: Adjust order of includes | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-05-06 | Fix FPS counter and Game Window speed % breaking on pause/unpause | Filoppi | |
| -Add pause state to FPSCounter. -Add ability to have more than one "OnStateChanged" callback in core. -Add GetActualEmulationSpeed() to Core. Returns 1 by default. It's used by my input PRs. | |||
| 2017-12-05 | Don't use wrong encoding for paths when opening streams on Windows | JosJuice | |
| 2017-07-30 | VideoCommon: Improve precision of FPS counter | Stenzek | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-17 | VideoCommon: Header cleanup | Lioncash | |
| Also remedies places where the video backends and core rely on things being indirectly included. | |||
| 2015-09-29 | FPSCounter: Change Update's return type to void | Lioncash | |
| Its returned value is never used. | |||
| 2015-09-29 | FPSCounter: Give the refresh interval a concrete type | Lioncash | |
| 2015-09-29 | FPSCounter: Direct initialize class members | Lioncash | |
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2014-07-26 | FPSCounter: Initialize members. | Jules Blok | |
| 2014-07-18 | FPSCounter: Remove redundant destructor. | Jules Blok | |
| 2014-07-16 | Turn the FPSCounter namespace into a class. | Jules Blok | |
| 2014-07-10 | FPSCounter: Flush the logs every second and close them when the renderer is ↵ | Jules Blok | |
| shut down. | |||
| 2014-07-09 | FPSCounter: Change format string to match value. | Jules Blok | |
| 2014-07-09 | Replace "Log FPS to file" by the "Log render time to file" feature. | Jules Blok | |
| 2014-07-09 | FPSCounter: Use a Timer for the FPS update time. | Jules Blok | |
| 2014-07-09 | FPSCounter: Add "Log render time to file" feature. | Jules Blok | |
| Allows for a more accurate performance measurement. | |||
| 2014-07-02 | FPS counter cleanup | Lioncash | |
| - Isolate it into it's own namespace - Shorten function names, the namespace self-documents. - Just use the std I/O, we can just write directly to the stream for logging. | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
