From 6c07a448f352feb987b7dc3e3366db12a3dfbfb1 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 22 Dec 2022 00:23:16 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog.md b/Changelog.md index d75ca4e..8e72cd0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,22 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.488 - 2022-12-21 +### Fixed: +- Implement a software ETC2 texture decoder. + - Implements a software decoder to decompress ETC2 textures on CPU when the format is not supported on the GPU. + - Fixes crashes in Infinity Tanks World War 2, Paradigm Paradox, Vegas Party and any other game that presented an ETC2 format error when using Vulkan with Nvidia and AMD GPUs. + +## 1.1.487 - 2022-12-21 +### Fixed: +- Fix CPU FCVTN instruction implementation (slow path). + - Fixes an issue on 2nd gen Intel CPUs and older that caused misaligned text on Two Point Campus and possibly other games. + +## 1.1.486 - 2022-12-21 +### Fixed: +- GPU: Force rebind when pool changes. + - Fixes graphical issues on character images in "The New Prince of Tennis: LET'S GO!! ~Daily Life~ from RisingBeat". + ## 1.1.485 - 2022-12-21 ### Fixed: - Make UI display correct content in Chinese.