From e03e658527be3d74315a7409e44b1e31a55633c3 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:27:16 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index f2325c0..c20bcf0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.645 - 2023-02-27 +### Added: +- Add Support for Post Processing Effects. + - Adds FXAA and SMAA post processing options in graphics settings. + - Adds bilinear, nearest and FSR (1.0) upscaling options in graphics settings. + +
+Older releases +
+ ## 1.1.644 - 2023-02-26 ### Fixed: - Vulkan: Support list topology primitive restart. @@ -129,10 +139,6 @@ All updates to the Ryujinx official master build will be documented in this file - Vulkan: Clean up MemoryAllocator. - Avoid querying GPU memory properties at allocation time. No known changes in games. -
-Older releases -
- ## 1.1.619 - 2023-02-13 ### Fixed: - Vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level.