From 1883e6715ee65b3b72c4e8b1899c56930975460d Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 15 Nov 2021 08:33:29 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index b494001..588deb2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7105 - 2021-11-14 +### Fixed: +- Fix shader integer from/to double conversion. + - Fixes the Invalid reinterpret cast from "F32" to "F64" exception that would happen on any shader using I2F or F2I instructions to convert between double and integer types. + - Allows World War Z to boot into menus (the game is still not playable). + ## 1.0.7104 - 2021-11-13 ### Fixed: - Limit Custom Anisotropic Filtering to only fully mipmapped textures.