mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
Epoll (#3476)
* Epoll * Change companion util stub to return NO_EVENT * Revert "Change companion util stub to return NO_EVENT" This reverts commit 8dd9913cda39b641cd3b65925e1f31fa713e8a24. * added wepoll * shallow.. * dist branch * updated wepoll * compiles on windows --------- Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0eff74223a
commit
7bd3eb485f
5
externals/CMakeLists.txt
vendored
5
externals/CMakeLists.txt
vendored
@@ -238,3 +238,8 @@ if (APPLE)
|
||||
add_subdirectory(epoll-shim)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#windows only
|
||||
if (WIN32)
|
||||
add_subdirectory(ext-wepoll)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user