- 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). |
||
---|---|---|
.. | ||
arm | ||
crypto | ||
debugger | ||
file_sys | ||
frontend | ||
hid | ||
hle | ||
internal_network | ||
loader | ||
memory | ||
tools | ||
CMakeLists.txt | ||
constants.cpp | ||
constants.h | ||
core_timing_util.h | ||
core_timing.cpp | ||
core_timing.h | ||
core.cpp | ||
core.h | ||
cpu_manager.cpp | ||
cpu_manager.h | ||
device_memory.cpp | ||
device_memory.h | ||
hardware_properties.h | ||
memory.cpp | ||
memory.h | ||
perf_stats.cpp | ||
perf_stats.h | ||
precompiled_headers.h | ||
reporter.cpp | ||
reporter.h | ||
telemetry_session.cpp | ||
telemetry_session.h |