[PR #4032] [MERGED] Kernel.Equeue: Only reset trigger state on events that clear. #3885

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4032
Author: @StevenMiller123
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @georgemoralis

Base: mainHead: equeue-touch-ups


📝 Commits (2)

  • 1ee2594 Don't clear events that don't need clearing
  • e12ab6d Fix event flags

📊 Changes

2 files changed (+9 additions, -8 deletions)

View changed files

📝 src/core/libraries/kernel/equeue.cpp (+8 -4)
📝 src/core/libraries/kernel/equeue.h (+1 -4)

📄 Description

Unless the event has the clear flag, it will be returned multiple times after triggering.

Not sure what all this helps, but it came up while running some 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/4032 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `equeue-touch-ups` --- ### 📝 Commits (2) - [`1ee2594`](https://github.com/shadps4-emu/shadPS4/commit/1ee259452636c0c1892c85fbc081ad1ab3c49544) Don't clear events that don't need clearing - [`e12ab6d`](https://github.com/shadps4-emu/shadPS4/commit/e12ab6d18514686d29a8bed917ac3baa623d3ae2) Fix event flags ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/equeue.cpp` (+8 -4) 📝 `src/core/libraries/kernel/equeue.h` (+1 -4) </details> ### 📄 Description Unless the event has the clear flag, it will be returned multiple times after triggering. Not sure what all this helps, but it came up while running some 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:05:20 +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#3885
No description provided.