diff --git a/Changelog.md b/Changelog.md index d761a0c..6fc52bf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6407 - 2021-01-24 +### Changed +- Prevent the display from sleeping whilst a game is running on Windows. + +## 1.0.6406 - 2021-01-24 +### Added +- Added vector fast paths for VCLZ ARM instructions + ## 1.0.6405 - 2021-01-24 ### Changed - Modified storage buffer to allow out of bounds access by binding the entire buffer rather than just the range that the game says its using.