From cbffaad54c82201d326c6dcc279c7b4c7ba7c8c3 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 24 Jan 2024 21:49:12 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2db003a..7ff7d0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,28 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. -For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).# +For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). + +## 1.1.1125 - 2024-01-24 +### Added: +- Implement SQSHL (immediate) CPU instruction. + - Fixes a crash when playing AV1 encoded videos on NXMP using dav1d decoder (homebrew). + +## 1.1.1124 - 2024-01-24 +### Fixed: +- Vulkan: Enumerate Query Pool properly. + - Minor performance improvement on some games. + +## 1.1.1123 - 2024-01-24 +### Fixed: +- Use unix timestamps on GetFileTimeStampRaw. + - The GetFileTimeStampRaw file system function now returns the correct timestamps. + - Fixes incorrect file date and time on NXMP and possibly other homebrew. + +## 1.1.1122 - 2024-01-22 +### Fixed: +- Fix architecture preference for MacOS game shortcuts. + - Fixes an issue where shortcuts created on Apple Silicon Macs would start games using Rosetta emulation by default, in some cases lowering performance. ## 1.1.1121 - 2024-01-22 ### Fixed: