index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core_timing.cpp
Age
Commit message (
Expand
)
Author
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
CoreTiming/CycleTimer: Correct Idling.
Fernando Sahmkow
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
General: Fix Stop function
Fernando Sahmkow
2020-06-27
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-10-12
Core_Timing: Address Remaining feedback.
Fernando Sahmkow
2019-10-11
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
2019-10-09
Core Timing: Correct Idle and remove lefting pragma
Fernando Sahmkow
2019-10-09
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-13
Merge pull request #2115 from lioncash/local
bunnei
2019-02-12
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-12
core_timing: Make EmptyTimedCallback a local variable
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-08-13
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-12
Kernel/Thread: Always use the threadsafe option when scheduling wakeups.
Subv
2018-08-06
Merge pull request #934 from lioncash/chrono
bunnei
2018-08-05
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-05
core_timing: Use transparent functors where applicable
Lioncash
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-03
core_timing: Don't include the log header in core timing's header
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-01-19
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
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-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-09-16
general: Silence some warnings when using clang
Lioncash
2015-09-11
general: Replace 0 literals with nullptr where applicable
Lioncash
2015-07-19
Core : Fix Conversion Warnings
zawata
2015-06-28
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-01
CoreTiming: Initialize static variables at bootup.
bunnei
[prev]
[next]