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
2022-10-18
core: core_timing: Re-initialize if single/multicore state changes.
bunnei
2022-10-18
core: Partially persist emulation state across game boots.
bunnei
2022-10-08
core_timing: use high-precision sleeps on non-Windows targets
Liam
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-09-17
Merge pull request #8650 from Kelebek1/vsync
bunnei
2022-09-13
Remove pause callbacks from coretiming
Kelebek1
2022-08-02
core_timing: Sleep in discrete intervals, yield during spin
Morph
2022-08-02
Add missing looping event schedule signal
Kelebek1
2022-08-02
Make coretiming waiting more accurate
Kelebek1
2022-07-27
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
2022-07-10
Rework CoreTiming
Kelebek1
2022-07-02
Core timing: use only one thread.
Fernando Sahmkow
2022-06-30
Adress Feedback.
Fernando Sahmkow
2022-06-28
Address feedback.
Fernando Sahmkow
2022-06-28
Core: Protect each event from race conditions within it.
Fernando Sahmkow
2022-06-28
Core/Common: Corrections to core timing and add critical priority.
Fernando Sahmkow
2022-06-28
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2021-01-11
core: hle: Add missing calls to MicroProfileOnThreadExit.
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-08-22
core_timing: Move clock initializer into constructor initializer list
Lioncash
2020-08-22
core_timing: Resolve sign conversion warning
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-15
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-06-28
core_timing,scheduler: Use std::scoped_lock when possible
ReinUsesLisp
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
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
[next]