You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
liushuyu 8e673cbb08
web_backend: fix a regression introduced in 39c8d18
* A regression was in 39c8d18 and token verification function was
  broken.
* The reason being `httplib` now requires OpenSSL 1.1+ API while
  LibreSSL 2.x provided OpenSSL 1.0 compatible API.
* The bundled LibreSSL has been updated to 3.2.2 so it now provides
  OpenSSL 1.1 compatible API now.
* Also the path hint has been added so that it will find the correct
  path to the CA certs on *nix systems.
* An option is provided so that *nix system distributions/providers can
  use their own SSL implementations when compiling Yuzu/Citra to
  (hopefully) complies with their maintenance guidelines.
* LURLParse is also removed since `httplib` can handle
  `scheme:host:port` string itself now.
5 years ago
..
audio_core core: Fix clang build pt.2 5 years ago
common video_core: NVDEC Implementation 5 years ago
core Merge pull request #4729 from ameerj/nvdec-prod 5 years ago
input_common sdl_impl: Fix controller reconnection issues 5 years ago
tests tests/core_timing: Remove pragma optimize(off) 5 years ago
video_core video_core: NVDEC Implementation 5 years ago
web_service web_backend: fix a regression introduced in 39c8d18 5 years ago
yuzu yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. 5 years ago
yuzu_cmd yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. 5 years ago
yuzu_tester Merge pull request #4594 from german77/MotionHID 5 years ago
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 5 years ago