117 Commits (05eda56e668f3a04c1f2600cd1a887ecd6ee1961)

Author SHA1 Message Date
Liam 05eda56e66 core_timing: handle concurrent unscheduling of looping events 2 years ago
Liam 575db04172 core_timing: use static typing for no-wait unschedule 2 years ago
Liam f34d3d7e84 core_timing: remove user data value 2 years ago
Liam ec6b67d862 core_timing: lock event queue access 2 years ago
Merry f70bafff1a core_timing: Attempt to reduce heap sifting 2 years ago
Merry 3ad7eec9de core_timing: Use a fibonacci heap 2 years ago
Kelebek1 6f7cb69c94 Use spans over guest memory where possible instead of copying data. 3 years ago
Morph c3fbc8d2fe core_timing: Remove GetCurrentTimerResolution in CoreTiming loop 3 years ago
Morph 2e1e725443 core_timing: Fix SingleCore cycle timer 3 years ago
Morph 907507886d (wall, native)_clock: Add GetGPUTick 3 years ago
Morph 8e56a84566 core_timing: Use CNTPCT as the guest CPU tick 3 years ago
Morph e1bce50d8b core_timing: Make use of MicroSleep for x64 CPUs 3 years ago
Morph 3053a62375 core: Promote CPU/GPU threads to time critical 3 years ago
Morph bff1453282 core_timing: Use higher precision sleeps on Windows 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam 0953cdd271 timing: wait for completion on unregister 3 years ago
bunnei 638fa6170a core: core_timing: Re-initialize if single/multicore state changes. 3 years ago
bunnei a4d11f4427 core: Partially persist emulation state across game boots. 3 years ago
Liam 9632434243 core_timing: use high-precision sleeps on non-Windows targets 3 years ago
Liam 35d3e7db2a common: remove "yuzu:" prefix from thread names 3 years ago
Kelebek1 e93e898df5 Remove pause callbacks from coretiming 3 years ago
Morph 606cdb17d3 core_timing: Sleep in discrete intervals, yield during spin 3 years ago
Kelebek1 658e1ee426 Add missing looping event schedule signal 3 years ago
Kelebek1 83a24ad638 Make coretiming waiting more accurate 3 years ago
Maide 2e46110379
Revert Coretiming PRs 8531 and 7454 (#8591) 3 years ago
Kelebek1 240650f6a6 Rework CoreTiming 4 years ago
Fernando Sahmkow d3cb9201f1 Core timing: use only one thread. 4 years ago
Fernando Sahmkow 3196d957b0 Adress Feedback. 4 years ago
Fernando Sahmkow 86ccce3721 Address feedback. 4 years ago
Fernando Sahmkow 38e4a144a1 Core: Protect each event from race conditions within it. 4 years ago
Fernando Sahmkow a2d29412cb Core/Common: Corrections to core timing and add critical priority. 4 years ago
Fernando Sahmkow 846c994cc9 Core: Reimplement Core Timing. 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Lioncash ebb64d5bf4 core: Resolve misc cases of variable shadowing 5 years ago
bunnei 82f6037ec2 core: hle: Add missing calls to MicroProfileOnThreadExit. 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 79504f1a39 core_timing: Remove unused header 5 years ago
Lioncash 25cd5d9dda core_timing: Move clock initializer into constructor initializer list 5 years ago
Lioncash 2624b1eae6 core_timing: Resolve sign conversion warning 5 years ago
Lioncash a7af349dae core_timing: Make use of uintptr_t to represent user_data 5 years ago
Lioncash bef1844a51 core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 8b50c660df core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
ReinUsesLisp 8562b516c0 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 71f1c0f9f9 CoreTiming: Correct rebase bugs and other miscellaneous things. 6 years ago
Fernando Sahmkow 528b19a842 General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. 6 years ago
Fernando Sahmkow bfb5244cf8 CoreTiming/CycleTimer: Correct Idling. 6 years ago
Fernando Sahmkow f5e32935ca SingleCore: Use Cycle Timing instead of Host Timing. 6 years ago