Updated Changelog (markdown)

EmulationFanatic 2021-01-18 17:01:53 -07:00
parent c1e8ae12c4
commit 8a2bcf92b0

@ -1,6 +1,10 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6346 - 2021-01-18
### Fixed
- Fixed the missing Ryujinx icon in Linux that has been missing since the GUI refactor.
## 1.0.6341 - 2021-01-17
### Changed
- Implemented lazy flush-on-read for Buffers (SSBO/Copy). This allows SSBO data to be written back to guest memory when it's needed.