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_util.cpp
Age
Commit message (
Expand
)
Author
2021-02-15
core: core_timing_util: Optimize core timing math.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-22
core_timing: Remove unused header
Lioncash
2020-06-27
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
Core: Implement a Host Timer.
Fernando Sahmkow
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-04
core/core_timing_utils: Simplify overload set
Lioncash
2019-05-25
core_timing_util: Silence sign-comparison warnings
Lioncash
2019-02-16
Corrections, documenting and fixes.
Fernando Sahmkow
2019-02-15
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
2019-02-15
Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.
Fernando Sahmkow
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage