index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
host_timing.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-18
Host Timing: Correct clang format.
Fernando Sahmkow
1
-1
/
+0
2020-06-18
HostTiming: Correct rebase and implement AddTicks.
Fernando Sahmkow
1
-0
/
+9
2020-06-18
Core/HostTiming: Allow events to be advanced manually.
Fernando Sahmkow
1
-1
/
+5
2020-06-18
Common/Tests: Address Feedback
Fernando Sahmkow
1
-3
/
+3
2020-06-18
Common/Tests: Clang Format.
Fernando Sahmkow
1
-1
/
+1
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
1
-2
/
+2
2020-06-18
Tests: Add base tests to host timing
Fernando Sahmkow
1
-4
/
+26
2020-06-18
Core: Implement a Host Timer.
Fernando Sahmkow
1
-53
/
+24
2019-11-27
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
1
-25
/
+20
2019-10-11
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
1
-1
/
+1
2019-10-09
Core Timing: General corrections and added tests.
Fernando Sahmkow
1
-0
/
+1
2019-10-09
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
1
-3
/
+21
2019-06-16
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
1
-19
/
+4
2019-03-24
core/core_timing: Make callback parameters consistent
Lioncash
1
-1
/
+1
2019-02-16
core_timing: Convert core timing into a class
Lioncash
1
-75
/
+136
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
1
-2
/
+2
2018-08-13
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
1
-0
/
+1
2018-08-06
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
1
-1
/
+2
2018-08-06
core_timing: Convert typedef into a type alias
Lioncash
1
-4
/
+4
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
1
-53
/
+0
2018-05-03
core_timing: Don't include the log header in core timing's header
Lioncash
1
-47
/
+4
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
1
-2
/
+2
2018-04-26
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
1
-8
/
+8
2018-01-09
core_timing: Use 1.020GHz for core clock rate.
bunnei
1
-5
/
+3
2018-01-09
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
1
-77
/
+124
2018-01-07
core_timing: Increase clock speed for Switch docked.
bunnei
1
-1
/
+1
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
1
-0
/
+6
2017-01-16
CoreTiming: use named constant for ARM11 clock rate
wwylele
1
-0
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+2
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-5
/
+4
2016-07-23
CoreTiming: avoid overflow
wwylele
1
-1
/
+1
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+1
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
1
-23
/
+54
2014-12-21
License change
purpasmart96
1
-2
/
+2
2014-11-18
Remove extraneous semicolons
Lioncash
1
-1
/
+1
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-1
/
+1
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2
bunnei
1
-66
/
+50
2013-10-02
added core_timing and system modules to core vcproj
ShizZy
1
-0
/
+125