diff --git a/Changelog.md b/Changelog.md index 20777c3..cae6f4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.