Updated Changelog (markdown)

MetrosexualGarbodor 2022-05-03 00:39:24 +01:00
parent 53c1896c9b
commit 2a1a539e46

@ -1,6 +1,13 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.110 - 2022-05-02
### Added:
- Support memory aliasing.
- Increases accuracy of fast memory manager modes, allowing for things like IPC, shared memory, transfer memory and code memory to be implemented properly.
- Paves the way for running sysmodules with fast memory manager modes enabled, as well as running the NSO Nintendo 64 emulator and the Skyline mod manager for Super Smash Bros Ultimate in the future.
- Fast memory manager modes will no longer work on Windows 7 and Windows 8.
## 1.1.109 - 2022-05-02
### Fixed:
- Fix flush action from multiple threads regression.