mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3043] [CLOSED] Select #3174
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3043
Author: @georgemoralis
Created: 6/5/2025
Status: ❌ Closed
Base:
main← Head:select📝 Commits (6)
bf0dd81select definationbc2ed18select definationc914a88Merge branch 'select' of https://github.com/georgemoralis/shadPS4 into select140db2dselect first draft16617d1Merge branch 'main' into selectd1c64cesupport for writefds,errorfds📊 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.