Updated Changelog (markdown)

MetrosexualGarbodor 2022-11-24 15:51:33 +00:00
parent 9435994a70
commit 237ec4aee9

@ -1,6 +1,26 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.382 - 2022-11-24
### Fixed:
- GPU: Don't trigger uploads for redundant buffer updates.
- Improves performance in Xenoblade Chronicles: Definitive Edition and The Legend of Zelda: Link's Awakening on Vulkan.
## 1.1.381 - 2022-11-24
### Fixed:
- Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr.
- Code cleanup. No expected changes to emulator functionality.
## 1.1.380 - 2022-11-24
### Fixed:
- ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia.
- Fixes an issue where opening a game without installed firmware and then selecting the "OK" or "Open the Setup Guide" options would crash Ryujinx.
## 1.1.379 - 2022-11-24
### Fixed:
- Ryujinx.Ava: Add missing redefinition of app name.
- Fixes an issue where Ryujinx could sometimes report as "Avalonia Application".
## 1.1.378 - 2022-11-24
### Fixed:
- Fix NRE on Avalonia for error applets with unknown error message.