From 513fa293161c1519d441b3ea999be5f7f057fb19 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:13:55 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5273638..b7219bc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6582 - 2021-02-16 +### Changed +- Addresses are now properly validated when the PTE is loaded from the page table. + - Any invalid CPU memory addresses will now print an InvalidMemoryRegionException instead of just showing AccessViolationException on the console. +- Address validation has been moved inside the EmitPtPointerLoad function, rather than doing the check before calling it. + ## 1.0.6575 - 2021-02-15 ### Added - Added an option to hide the mouse cursor on inactivity. No more pesky mouse cursor while you're playing!