[PR #3353] [MERGED] select #3407

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3353
Author: @mikusp
Created: 7/30/2025
Status: Merged
Merged: 8/7/2025
Merged by: @georgemoralis

Base: mainHead: select


📝 Commits (10+)

📊 Changes

3 files changed (+307 additions, -1 deletions)

View changed files

📝 src/common/io_file.h (+1 -1)
📝 src/core/libraries/kernel/file_system.cpp (+299 -0)
📝 src/core/libraries/network/sockets.h (+7 -0)

📄 Description

Select for sockets (and regular files on Linux)


🔄 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/3353 **Author:** [@mikusp](https://github.com/mikusp) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `select` --- ### 📝 Commits (10+) - [`2baf505`](https://github.com/shadps4-emu/shadPS4/commit/2baf505e7dc5a45eef725d9eb5feac6967e7f519) select - [`485d946`](https://github.com/shadps4-emu/shadPS4/commit/485d94611a31ccf79bcd2bc11ec5bdb4a71a092d) select for windows - [`ce554f2`](https://github.com/shadps4-emu/shadPS4/commit/ce554f287eb90fe3bcedad2490491952ec24c19d) fixed windows only function - [`030283d`](https://github.com/shadps4-emu/shadPS4/commit/030283da756b1ad5d4fb55eb1237d2a39e990261) windows error converts - [`5d9880b`](https://github.com/shadps4-emu/shadPS4/commit/5d9880b200afdc8756eb2f137bbf0c8d97893062) fixed up - [`9b745ed`](https://github.com/shadps4-emu/shadPS4/commit/9b745eda70ad5daf61c22f870be7602d1dfc5d41) fixed compile - [`f60747f`](https://github.com/shadps4-emu/shadPS4/commit/f60747f4d15050fe89b41b52b8a20b26d36e565c) another implementation for windows - [`a8e4f78`](https://github.com/shadps4-emu/shadPS4/commit/a8e4f78e18f88e6bab6cb9d89005ea5b80b8b9cb) Merge branch 'main' into select - [`d9fbeb0`](https://github.com/shadps4-emu/shadPS4/commit/d9fbeb050bd39888e60557a56d16242633bebb64) draft rewrite for windows - [`2252483`](https://github.com/shadps4-emu/shadPS4/commit/2252483b361970757352c0d5cac6f26915a30e15) implementation for windows ### 📊 Changes **3 files changed** (+307 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/common/io_file.h` (+1 -1) 📝 `src/core/libraries/kernel/file_system.cpp` (+299 -0) 📝 `src/core/libraries/network/sockets.h` (+7 -0) </details> ### 📄 Description Select for sockets (and regular files on Linux) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:35 +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#3407
No description provided.