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!