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