Updated Changelog (markdown)

EmulationFanatic 2021-01-18 20:58:46 -07:00
parent 7a6d12d0fc
commit 8040f0941b

@ -1,6 +1,25 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6355 - 2021-01-18
### Changed
- Enabled parallel ASTC decoding by default
- Mitigates some ASTC texture load related stutter on games with ASTC textures.
## 1.0.6354 - 2021-01-18
### Fixed
- Fixed a regression introduced in 1.0.6327 (PR 1911) that caused Kirby Star Allies to crash on boot, as the game was trying to use an invalid min LOD value, leading to an out of range exception.
## 1.0.6353 - 2021-01-18
### Fixed
- Fixed a crash on exit of the emulator and a crash on stopping emulation on Linux.
- Resolves an issue preventing embedded games from launching on Linux (as launching embedded games first stops emulation, which was crashing the emulator).
## 1.0.6352 - 2021-01-18
### Changed
- Reduced temporary copy/fill buffer size from 1GB to 16MB.
- Fixes a possible out of memory exception if the user is already low on RAM during game load/startup. Does not have any significant impact other than that.
## 1.0.6351 - 2021-01-18
### Added
- Implemented ILibraryAppletCreator::CreateHandleStorage call, and