Updated Changelog (markdown)

EmulationFanatic
2021-02-16 11:13:55 -07:00
parent 478b1469d0
commit 513fa29316

@@ -1,6 +1,12 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.0.6575 - 2021-02-15
### Added ### Added
- Added an option to hide the mouse cursor on inactivity. No more pesky mouse cursor while you're playing! - Added an option to hide the mouse cursor on inactivity. No more pesky mouse cursor while you're playing!