Updated Changelog (markdown)

EmulationFanatic 2021-03-27 08:33:14 -06:00
parent c134321c2c
commit 267664ff49

@ -1,6 +1,13 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6803 - 2021-03-27
### Added
- Implemented the TamperMachine module, which fully supports runtime mods & Atmosphere style cheats (except game pausing/resume).
- The standalone Cheat Engine software is no longer needed.
- Cheats use the same folder as mods.
- See https://github.com/Ryujinx/Ryujinx/pull/1928 for usage details and links to cheat repos.
## 1.0.6802 - 2021-03-26
### Changed
- Moved the bindless check stopgap from translation to decode phase, and disables cache-related processing early.