index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core_timing.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core_timing: lock event queue access
Liam
2023-11-14
1
-1
/
+1
*
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-02
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-07
1
-1
/
+1
*
(wall, native)_clock: Add GetGPUTick
Morph
2023-06-07
1
-0
/
+3
*
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-07
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-18
1
-0
/
+2
*
core: core_timing: Remove unused IsHostTiming.
bunnei
2022-10-18
1
-5
/
+0
*
core: Partially persist emulation state across game boots.
bunnei
2022-10-18
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-27
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-11
1
-3
/
+3
*
core: Remove unused includes
ameerj
2021-11-03
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-27
1
-3
/
+4
*
core_timing: Remove unused data member
Lioncash
2020-07-15
1
-2
/
+0
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-15
1
-6
/
+4
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-15
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-26
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-15
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-06
1
-1
/
+2
|
\
|
*
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-05
1
-1
/
+2
*
|
core_timing: Convert typedef into a type alias
Lioncash
2018-08-05
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
[next]