Updated Changelog (markdown)

EmulationFanatic 2021-03-01 04:21:23 -07:00
parent db858bd035
commit 8b4340550f

@ -1,6 +1,19 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6769 - 2021-03-01
### Fixed
- Fixed a regression in SignalMemoryTracking, introduced in 1.0.6763 (PR2044), that could cause a black screen on the Monster Hunter Rise Demo.
## 1.0.6768 - 2021-02-28
### Changed
- Revised SystemInfo:
- Extract CPU name from CPUID when supported.
- Linux: Robust parsing of procfs files
- Windows: Prefer native calls to WMI
- Remove unnecessary virtual specifiers
- Reduces application startup time by roughly 1 second.
## 1.0.6767 - 2021-02-28
### Fixed
- Modified the SoundIO session implementation to be lock-free.