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
/
common
/
x64
/
native_clock.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
native_clock: Wait for less time in EstimateRDTSCFrequency
Morph
2021-12-04
1
-18
/
+18
*
general: Replace high_resolution_clock with steady_clock
Morph
2021-12-02
1
-3
/
+3
*
common: Merge uint128 to a single header file with inlines.
bunnei
2021-02-15
1
-58
/
+0
*
X86/NativeClock: Reimplement RTDSC access to be lock free.
Fernando Sahmkow
2021-01-02
1
-14
/
+27
*
X86/NativeClock: Improve performance of clock calculations on hot path.
Fernando Sahmkow
2021-01-02
1
-5
/
+64
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-4
/
+4
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-28
1
-2
/
+2
*
X64 Clock: Reduce accuracy to be less or equal to guest accuracy.
Fernando Sahmkow
2020-06-27
1
-1
/
+2
*
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
1
-0
/
+7
*
Common: Refactor & Document Wall clock.
Fernando Sahmkow
2020-06-18
1
-40
/
+7
*
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
1
-0
/
+128