Updated Changelog (markdown)
parent
f71063e80a
commit
be5d38409f
1 changed files with 16 additions and 0 deletions
16
Changelog.md
16
Changelog.md
|
@ -1,6 +1,22 @@
|
||||||
# Ryujinx Changelog
|
# Ryujinx Changelog
|
||||||
All updates to the Ryujinx official master build will be documented in this file
|
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
|
## 1.0.6800 - 2021-03-25
|
||||||
### Added
|
### Added
|
||||||
- Implemented CPU instructions: Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with tests.
|
- Implemented CPU instructions: Sqdmulh_Ve & Sqrdmulh_Ve Inst.s with tests.
|
||||||
|
|
Loading…
Reference in a new issue