mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #3476] [MERGED] Epoll #3497
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#3497
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/3476
Author: @mikusp
Created: 8/29/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @georgemoralis
Base:
main← Head:epoll📝 Commits (8)
4ea13dcEpolle5b082fChange companion util stub to return NO_EVENTc5119dfRevert "Change companion util stub to return NO_EVENT"de98900added wepoll130def9shallow..ff1d690dist branchd7dd1e3updated wepoll7949a87compiles on windows📊 Changes
10 files changed (+473 additions, -43 deletions)
View changed files
📝
.gitmodules(+5 -0)📝
CMakeLists.txt(+3 -1)📝
externals/CMakeLists.txt(+5 -0)➕
externals/ext-wepoll(+1 -0)📝
src/core/libraries/network/net.cpp(+165 -13)📝
src/core/libraries/network/net.h(+84 -8)➕
src/core/libraries/network/net_epoll.cpp(+72 -0)➕
src/core/libraries/network/net_epoll.h(+83 -0)📝
src/core/libraries/network/posix_sockets.cpp(+3 -7)📝
src/core/libraries/network/sys_net.cpp(+52 -14)📄 Description
Initial net epoll implementations. Windows support waiting for @georgemoralis to fix a submodule lib
Things that are not used by anything in my library I've left as unreachables, if you hit those let me know. While testing please set connectedToNetwork to true in your config and enable Debug logs (ideally for everything, but at least for Lib.Net)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.