yuzu/src
comex 4a35569921 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).
2023-06-25 15:06:52 -07:00
..
android Merge pull request #10808 from t895/settings-stuffs 2023-06-16 16:52:54 -07:00
audio_core nvnflinger: allow locking framerate during video playback 2023-06-08 01:15:51 -04:00
common socket_types: Improve comment 2023-06-25 13:10:15 -07:00
core Fixes: 2023-06-25 15:06:52 -07:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common input_common: Add amiibo with originality signature support 2023-06-15 18:22:13 -06:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler Merge pull request #10699 from liamwhite/conditional-barrier 2023-06-12 16:50:59 -03:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core Merge pull request #10829 from lat9nq/remove-external-mem 2023-06-18 09:43:03 -04:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
yuzu Merge pull request #10486 from lat9nq/vk-device-find-once 2023-06-18 09:42:55 -04:00
yuzu_cmd video_core: Removed AF for all mip modes option as it's default now 2023-06-17 11:19:39 +02:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules 2023-06-06 20:20:09 -04:00