Updated Changelog (markdown)

EmulationFanatic 2020-10-28 14:32:36 -06:00
parent 03922cc90b
commit 0e3555bcf1

@ -1,6 +1,11 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.5580 - 2020-10-28
### Added
- Added scaling for Texture2DArray when using TexelFetch.
- Fixes resolution scaling in Hyrule Warriors: Age of Calamity Demo.
## 1.0.5579 - 2020-10-28
### Changed
- Implemented a stop-gap solution to avoid sampler conflicts on bindless samplers with the same name. This should suffice until proper bindless texture support is implemented.