[PR #2987] [MERGED] Equeue: HrTimer fixes #3130

Closed
opened 2026-02-27 22:02:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2987
Author: @Fire-Cube
Created: 5/25/2025
Status: Merged
Merged: 6/15/2025
Merged by: @georgemoralis

Base: mainHead: equeue-fixes


📝 Commits (10+)

📊 Changes

2 files changed (+42 additions, -23 deletions)

View changed files

📝 src/core/libraries/kernel/equeue.cpp (+28 -17)
📝 src/core/libraries/kernel/equeue.h (+14 -6)

📄 Description

This PR allows multiple HrTimers at the same time and also with same ID (it will replace the old). Done based of hardware tests


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2987 **Author:** [@Fire-Cube](https://github.com/Fire-Cube) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `equeue-fixes` --- ### 📝 Commits (10+) - [`3432921`](https://github.com/shadps4-emu/shadPS4/commit/34329210f7f688a220aadad665115556515272a2) initial changes - [`460fc4e`](https://github.com/shadps4-emu/shadPS4/commit/460fc4e678e2a87e8671387b11adaebd8195b29d) Merge branch 'shadps4-emu:main' into equeue-fixes - [`cafcd82`](https://github.com/shadps4-emu/shadPS4/commit/cafcd82e1f2519771a19e444d906d4da58cfaab3) Merge branch 'shadps4-emu:main' into equeue-fixes - [`01317b2`](https://github.com/shadps4-emu/shadPS4/commit/01317b2543fbcac08c5efe9c752b726c4a152f4c) tmp - [`5af1964`](https://github.com/shadps4-emu/shadPS4/commit/5af1964f303aaaedd5a932e6c6dba6c30eb22882) Merge branch 'shadps4-emu:main' into equeue-fixes - [`e4d49dc`](https://github.com/shadps4-emu/shadPS4/commit/e4d49dca6aebe0e28b0ac8ff599997c69d67dc45) Merge branch 'equeue-fixes' of https://github.com/Fire-Cube/shadPS4 into equeue-fixes - [`8a003e1`](https://github.com/shadps4-emu/shadPS4/commit/8a003e1284abf179206a8e9f0b4441abd880dfec) Merge branch 'shadps4-emu:main' into equeue-fixes - [`623e195`](https://github.com/shadps4-emu/shadPS4/commit/623e195ee8271577047e26fc5467035dba5c68bc) Merge branch 'equeue-fixes' of https://github.com/Fire-Cube/shadPS4 into equeue-fixes - [`95d592e`](https://github.com/shadps4-emu/shadPS4/commit/95d592ebf038be9ec7fc77de0149dbcc7515b173) impl - [`b312171`](https://github.com/shadps4-emu/shadPS4/commit/b312171e832b4271be17cb5f6a10b3ea8e2aac55) support wait for multiple timers ### 📊 Changes **2 files changed** (+42 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/equeue.cpp` (+28 -17) 📝 `src/core/libraries/kernel/equeue.h` (+14 -6) </details> ### 📄 Description This PR allows multiple HrTimers at the same time and also with same ID (it will replace the old). Done based of hardware tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3130
No description provided.