[PR #3548] [MERGED] equeue: Few fixes for sceKernelWaitEqueue #3562

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3548
Author: @squidbus
Created: 9/7/2025
Status: Merged
Merged: 9/9/2025
Merged by: @squidbus

Base: mainHead: equeue


📝 Commits (1)

  • f335ef3 equeue: Few fixes for sceKernelWaitEqueue

📊 Changes

2 files changed (+28 additions, -24 deletions)

View changed files

📝 src/core/libraries/kernel/equeue.cpp (+27 -23)
📝 src/core/libraries/kernel/equeue.h (+1 -1)

📄 Description

  • Fix one-shot events not being removed when polled with 0 timeout, and optimize a bit by removing using iterator.
  • Set output event count to 0 when num is less than 1.
  • Move handling of different timeouts into EqueueInternal::WaitForEvents.

🔄 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/3548 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `equeue` --- ### 📝 Commits (1) - [`f335ef3`](https://github.com/shadps4-emu/shadPS4/commit/f335ef3920e5e0c7b6b7dc3967f41ac68da9b22b) equeue: Few fixes for sceKernelWaitEqueue ### 📊 Changes **2 files changed** (+28 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/equeue.cpp` (+27 -23) 📝 `src/core/libraries/kernel/equeue.h` (+1 -1) </details> ### 📄 Description * Fix one-shot events not being removed when polled with 0 timeout, and optimize a bit by removing using iterator. * Set output event count to 0 when `num` is less than 1. * Move handling of different timeouts into `EqueueInternal::WaitForEvents`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:10 +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#3562
No description provided.