summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow1-19/+4
2019-03-24core/core_timing: Make callback parameters consistentLioncash1-1/+1
2019-02-16core_timing: Convert core timing into a classLioncash1-75/+136
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-2/+2
2018-08-13Core::CoreTiming: add UnscheduleEventThreadsafeB3n301-0/+1
2018-08-06core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsLioncash1-1/+2
2018-08-06core_timing: Convert typedef into a type aliasLioncash1-4/+4
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-53/+0
2018-05-03core_timing: Don't include the log header in core timing's headerLioncash1-47/+4
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-2/+2
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash1-8/+8
2018-01-09core_timing: Use 1.020GHz for core clock rate.bunnei1-5/+3
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n301-77/+124
2018-01-07core_timing: Increase clock speed for Switch docked.bunnei1-1/+1
2017-09-30Moved down_count to CoreTimingHuw Pascoe1-0/+6
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele1-0/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-5/+4
2016-07-23CoreTiming: avoid overflowwwylele1-1/+1
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+1
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv1-23/+54
2014-12-21License changepurpasmart961-2/+2
2014-11-18Remove extraneous semicolonsLioncash1-1/+1
2014-04-09fixed project includes to use new directory structurebunnei1-1/+1
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2bunnei1-66/+50
2013-10-02added core_timing and system modules to core vcprojShizZy1-0/+125