From be5d38409f453703bd50fa4ab1755e125f354393 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 25 Mar 2021 19:50:54 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog.md b/Changelog.md index bd98431..48a8896 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.0.6801 - 2021-03-25 +### Added +- Implemented SaveScreenShot calls: + - caps:u IAlbumApplicationService (32) SetShimLibraryVersion + - caps:c IAlbumControlService (33) SetShimLibraryVersion + - caps:su IScreenShotApplicationService (32) SetShimLibraryVersion + - caps:su IScreenShotApplicationService (203/205/210) SaveScreenShotEx0/SaveScreenShotEx1/SaveScreenShotEx2 +- Enabled in-game screenshot functionality in Animal Crossing: New Horizons, using ImageSharp to save the raw screenshot data to a JPG file. + - To retrieve screenshots: + 1. Click on File > Open Ryujinx Folder + 2. Drill down to the sdcard -> Nintendo -> Album folder. + 3. Screenshots will be saved in dated subfolders e.g. %AppData%\Ryujinx\sdcard\Nintendo\Album\2021\03\26\2021032601020300-0123456789ABCDEF0123456789ABCDEF.jpg +- Enabled in-game screenshot functionality in Monster Hunter Rise. + - There is currently a bug in this function that requires spamming the 'A' button in order for the screenshot function to work the first time. This is being worked on and will hopefully be fixed soon! + + ## 1.0.6800 - 2021-03-25 ### Added - Implemented CPU instructions: Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with tests.