Updated Changelog (markdown)

MetrosexualGarbodor 2022-01-24 18:50:51 +00:00
parent 4b812e71c9
commit c182d64c12

@ -1,6 +1,26 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.8 - 2022-01-24
### Fixed:
- Fix regression on PR builds version number since new release system.
- Fixes PR builds showing as "dirty" builds.
## 1.1.7 - 2022-01-24
### Fixed:
- Fix calls passing V128 values on Linux.
- Fixes a regression introduced in 1.0.7000 where in some cases, during the pre-allocation stage, the new register operations would not be added to the call operation node. This would cause the register allocator to not keep track of the fixed registers (possibly overwriting the register values), and also to do register allocation for the operands passed on the call (which it should not do).
- Fixes Pokémon Sword/Shield saves becoming corrupted on Linux.
- Fixes a crash when booting Splatoon 2 v5.5.0 on Linux.
- Fixes software memory manager mode not working on Linux.
NOTE: existing saves created on any version after 1.0.7000 are most likely actually corrupted, so you'll need to delete them. Saves created before the bug was introduced (or created on Windows) should be fine.
## 1.1.6 - 2022-01-23
### Fixed:
- amadeus: Fix possible device sink input out of bound.
- Fixes a crash in Death Coming. Game now boots to menus, however, it will still crash when attempting to contact online servers.
## 1.1.5 - 2022-01-23
### Fixed:
- Set _vibrationPermitted to return True.