[PR #3043] [CLOSED] Select #3174

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3043
Author: @georgemoralis
Created: 6/5/2025
Status: Closed

Base: mainHead: select


📝 Commits (6)

📊 Changes

1 file changed (+120 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+120 -0)

📄 Description

Currently only simulated select for windows

Select is used for sockets,pipes and file operation.

Issue with linux is that ndfs is used for sockets,pipes and files and we have separate maps for these , so it can't be done so easy

A windows win :D


🔄 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/3043 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 6/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `select` --- ### 📝 Commits (6) - [`bf0dd81`](https://github.com/shadps4-emu/shadPS4/commit/bf0dd81051b616712ccbe2ad3579a8f4692fe0ca) select defination - [`bc2ed18`](https://github.com/shadps4-emu/shadPS4/commit/bc2ed18cc4ae747bbb0386035f6707227641be89) select defination - [`c914a88`](https://github.com/shadps4-emu/shadPS4/commit/c914a884ca896415bc1e21aea0aba7fca0094de5) Merge branch 'select' of https://github.com/georgemoralis/shadPS4 into select - [`140db2d`](https://github.com/shadps4-emu/shadPS4/commit/140db2d9babfc858d120ac2374da806193ed1d0a) select first draft - [`16617d1`](https://github.com/shadps4-emu/shadPS4/commit/16617d13d86f5ada35cbfeb6b3a24f185fb817a3) Merge branch 'main' into select - [`d1c64ce`](https://github.com/shadps4-emu/shadPS4/commit/d1c64ce5579defd9de543a71dc886847015c227d) support for writefds,errorfds ### 📊 Changes **1 file changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+120 -0) </details> ### 📄 Description Currently only simulated select for windows Select is used for sockets,pipes and file operation. Issue with linux is that ndfs is used for sockets,pipes and files and we have separate maps for these , so it can't be done so easy A windows win :D --- <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:43 +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#3174
No description provided.