Updated Changelog (markdown)

MetrosexualGarbodor 2022-03-14 23:36:33 +00:00
parent 85e8cd8217
commit a5f3e360c9

@ -1,6 +1,16 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.71 - 2022-03-14
### Fixed:
- Initialize indexed inputs used on next shader stage.
- Fixes another regression introduced in 1.1.61 that would cause shaders to fail to compile on WarioWare: Get It Together! and probably other games using indexed attributes.
## 1.1.70 - 2022-03-14
### Fixed:
- Do not initialize geometry shader passthrough attributes.
- Fixes a regression introduced in 1.1.61 that caused solid black/ transparent characters (again) on Game Builder Garage.
## 1.1.69 - 2022-03-12
### Added:
- Implement `GetSaveDataBackupSetting` of OLSC service.