There was an error fetching the commit references. Please try again later.
Fixes:
- Add missing virtual destructor on `SSLBackend`. - On Windows, filter out `POLLWRBAND` (one of the new flags added) when calling `WSAPoll`, because despite the constant being defined on Windows, passing it calls `WSAPoll` to yield `EINVAL`. - Reduce OpenSSL version requirement to satisfy CI; I haven't tested whether it actually builds (or runs) against 1.1.1, but if not, I'll figure it out. - Change an instance of memcpy to memmove, even though the arguments cannot overlap, to avoid a [strange GCC error](https://github.com/yuzu-emu/yuzu/pull/10912#issuecomment-1606283351).
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- src/core/hle/service/sockets/sfdnsres.cpp 1 addition, 1 deletionsrc/core/hle/service/sockets/sfdnsres.cpp
- src/core/hle/service/ssl/ssl_backend.h 1 addition, 0 deletionssrc/core/hle/service/ssl/ssl_backend.h
- src/core/internal_network/network.cpp 10 additions, 3 deletionssrc/core/internal_network/network.cpp
Loading
Please register or sign in to comment