Updated Changelog (markdown)

MetrosexualGarbodor 2022-05-03 14:41:37 +01:00
parent 2a1a539e46
commit be7f668c41

@ -1,6 +1,12 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.111 - 2022-05-02
### Added:
- Implement code memory syscalls.
- Implements code memory related syscalls, used by applications that generate and/or modify code at runtime.
- Required by emulators that use a JIT (NSO N64) and mods that patch for function hooking game code on-the-fly (Skyline/ARCropolis). Note that neither will work with these changes alone.
## 1.1.110 - 2022-05-02
### Added:
- Support memory aliasing.