summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-03-05core_timing: Use higher precision sleeps on WindowsMorph1-1/+5
2023-01-14timing: wait for completion on unregisterLiam1-3/+6
2022-10-19core: core_timing: Re-initialize if single/multicore state changes.bunnei1-0/+2
2022-10-19core: core_timing: Remove unused IsHostTiming.bunnei1-5/+0
2022-10-19core: Partially persist emulation state across game boots.bunnei1-5/+2
2022-09-13Remove pause callbacks from coretimingKelebek11-6/+0
2022-07-28Revert Coretiming PRs 8531 and 7454 (#8591)Maide1-14/+11
2022-07-10Rework CoreTimingKelebek11-4/+19
2022-07-02Core timing: use only one thread.Fernando Sahmkow1-2/+0
2022-06-30Adress Feedback.Fernando Sahmkow1-1/+3
2022-06-28Core: Protect each event from race conditions within it.Fernando Sahmkow1-0/+1
2022-06-28Core: add missing include.Fernando Sahmkow1-0/+1
2022-06-28Core: Reimplement Core Timing.Fernando Sahmkow1-10/+11
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-12hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei1-3/+3
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-03core: Resolve misc cases of variable shadowingLioncash1-1/+1
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-4/+4
2020-07-28core_timing: Make use of uintptr_t to represent user_dataLioncash1-3/+4
2020-07-16core_timing: Remove unused data memberLioncash1-2/+0
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash1-6/+4
2020-07-16core_timing: Make use of std::chrono with ScheduleEventLioncash1-4/+4
2020-06-27Audio: Correct buffer release for host timing.Fernando Sahmkow1-0/+5
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow1-3/+11
2020-06-27SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow1-0/+7
2020-06-27Kernel: Corrections to Scheduling.Fernando Sahmkow1-1/+1
2020-06-27HostTiming: Pause the hardware clock on pause.Fernando Sahmkow1-0/+1
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-51/+57
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei1-25/+20
2019-10-11Core_Timing: Address Feedback and suppress warnings.Fernando Sahmkow1-1/+1
2019-10-09Core Timing: General corrections and added tests.Fernando Sahmkow1-0/+1
2019-10-09Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow1-3/+21
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