| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-05 | core_timing: Convert typedef into a type alias | Lioncash | |
| Makes the alias a little more readable from left-to-right. | |||
| 2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage | |
| 2018-05-03 | core_timing: Don't include the log header in core timing's header | Lioncash | |
| Avoids propagating logging macros and facilities to files that may not need them. This also allows hiding an internal constant. | |||
| 2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | |
| All of these variables and functions are related to timings and should be within the namespace. | |||
| 2018-04-26 | core: Replace remaining old non-generic logger usages with fmt-capable ↵ | Lioncash | |
| equivalents LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class. | |||
| 2018-01-08 | core_timing: Use 1.020GHz for core clock rate. | bunnei | |
| 2018-01-08 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | |
| * CoreTiming: New CoreTiming; Add Test for CoreTiming | |||
| 2018-01-07 | core_timing: Increase clock speed for Switch docked. | bunnei | |
| 2017-09-30 | Moved down_count to CoreTiming | Huw Pascoe | |
| 2017-01-16 | CoreTiming: use named constant for ARM11 clock rate | wwylele | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-07-23 | CoreTiming: avoid overflow | wwylele | |
| 2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | |
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2015-01-07 | CoreTiming: Ported the CoreTiming namespace from PPSSPP | Subv | |
| Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | |||
| 2014-12-20 | License change | purpasmart96 | |
| 2014-11-18 | Remove extraneous semicolons | Lioncash | |
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
