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
/
core_timing.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core_timing: Use a fibonacci heap
Merry
2023-09-16
1
-6
/
+6
*
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-03
1
-1
/
+1
*
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
Morph
2023-07-02
1
-0
/
+8
*
core_timing: Fix SingleCore cycle timer
Morph
2023-06-08
1
-1
/
+1
*
(wall, native)_clock: Add GetGPUTick
Morph
2023-06-08
1
-0
/
+3
*
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-08
1
-9
/
+2
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
core_timing: Use higher precision sleeps on Windows
Morph
2023-03-05
1
-1
/
+5
*
timing: wait for completion on unregister
Liam
2023-01-14
1
-3
/
+6
*
core: core_timing: Re-initialize if single/multicore state changes.
bunnei
2022-10-19
1
-0
/
+2
*
core: core_timing: Remove unused IsHostTiming.
bunnei
2022-10-19
1
-5
/
+0
*
core: Partially persist emulation state across game boots.
bunnei
2022-10-19
1
-5
/
+2
*
Remove pause callbacks from coretiming
Kelebek1
2022-09-13
1
-6
/
+0
*
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
2022-07-28
1
-14
/
+11
*
Rework CoreTiming
Kelebek1
2022-07-10
1
-4
/
+19
*
Core timing: use only one thread.
Fernando Sahmkow
2022-07-02
1
-2
/
+0
*
Adress Feedback.
Fernando Sahmkow
2022-06-30
1
-1
/
+3
*
Core: Protect each event from race conditions within it.
Fernando Sahmkow
2022-06-28
1
-0
/
+1
*
Core: add missing include.
Fernando Sahmkow
2022-06-28
1
-0
/
+1
*
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-06-28
1
-10
/
+11
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2022-04-12
1
-3
/
+3
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
core: Resolve misc cases of variable shadowing
Lioncash
2021-05-03
1
-1
/
+1
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-4
/
+4
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
1
-3
/
+4
*
core_timing: Remove unused data member
Lioncash
2020-07-16
1
-2
/
+0
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-6
/
+4
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-4
/
+4
*
Audio: Correct buffer release for host timing.
Fernando Sahmkow
2020-06-27
1
-0
/
+5
*
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
1
-3
/
+11
*
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
1
-0
/
+7
*
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-51
/
+57
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
1
-25
/
+20
*
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
2019-10-11
1
-1
/
+1
*
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
1
-0
/
+1
*
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-10-09
1
-3
/
+21
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-19
/
+4
*
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-75
/
+136
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-2
/
+2
*
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-13
1
-0
/
+1
*
Merge pull request #934 from lioncash/chrono
bunnei
2018-08-07
1
-1
/
+2
|
\
|
*
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-06
1
-1
/
+2
*
|
core_timing: Convert typedef into a type alias
Lioncash
2018-08-06
1
-4
/
+4
|
/
*
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-24
1
-53
/
+0
*
core_timing: Don't include the log header in core timing's header
Lioncash
2018-05-03
1
-47
/
+4
*
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-30
1
-2
/
+2
*
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
Lioncash
2018-04-26
1
-8
/
+8
*
core_timing: Use 1.020GHz for core clock rate.
bunnei
2018-01-09
1
-5
/
+3
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
1
-77
/
+124
*
core_timing: Increase clock speed for Switch docked.
bunnei
2018-01-07
1
-1
/
+1
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-0
/
+6
*
CoreTiming: use named constant for ARM11 clock rate
wwylele
2017-01-16
1
-0
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-5
/
+4
*
CoreTiming: avoid overflow
wwylele
2016-07-23
1
-1
/
+1
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
1
-23
/
+54
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
Remove extraneous semicolons
Lioncash
2014-11-18
1
-1
/
+1
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-1
/
+1
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+109