From 267664ff499cebc7dd8df2d912c66a2d592bce65 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 27 Mar 2021 08:33:14 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.