From f719ac2134fd5145ff920af605e23d919d802361 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 15 Oct 2022 22:29:43 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index d6e7077..eacc470 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.300 - 2022-10-15 +### Fixed: +- bsd: Check if socket is bound before calling RecvFrom(). + - Fixes a crash in Overpass when selecting a career mode. + +
+Older releases +
+ ## 1.1.299 - 2022-10-10 ### Fixed: - Vulkan: Fix sampler custom border color. @@ -11,10 +20,6 @@ All updates to the Ryujinx official master build will be documented in this file - Fix disposed textures being updated on TextureBindingsManager. - Fixes a fatal error crash in Crash Team Racing Nitro-Fueled when using Vulkan. -
-Older releases -
- ## 1.1.297 - 2022-10-08 ### Fixed: - GPU: Pass SpanOrArray for Texture SetData to avoid copy.