index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core_timing.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-12-23
core_timing: handle concurrent unscheduling of looping events
Liam
2023-12-23
core_timing: use static typing for no-wait unschedule
Liam
2023-12-23
core_timing: remove user data value
Liam
2023-11-14
core_timing: lock event queue access
Liam
2023-09-16
core_timing: Use a fibonacci heap
Merry
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
Morph
2023-06-07
core_timing: Fix SingleCore cycle timer
Morph
2023-06-07
(wall, native)_clock: Add GetGPUTick
Morph
2023-06-07
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-03-12
general: fix spelling mistakes
Liam
2023-03-05
core_timing: Use higher precision sleeps on Windows
Morph
2023-01-14
timing: wait for completion on unregister
Liam
2022-10-18
core: core_timing: Re-initialize if single/multicore state changes.
bunnei
2022-10-18
core: core_timing: Remove unused IsHostTiming.
bunnei
2022-10-18
core: Partially persist emulation state across game boots.
bunnei
2022-09-13
Remove pause callbacks from coretiming
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
Core: Protect each event from race conditions within it.
Fernando Sahmkow
2022-06-28
Core: add missing include.
Fernando Sahmkow
2022-06-28
Core: Reimplement Core Timing.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-11
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-07-27
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-15
core_timing: Remove unused data member
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-27
Audio: Correct buffer release for host timing.
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
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2019-11-26
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-10-11
Core_Timing: Address Feedback and suppress warnings.
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
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2018-08-13
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
[next]