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.