Updated Changelog (markdown)
parent
2a1a539e46
commit
be7f668c41
1 changed files with 6 additions and 0 deletions
|
@ -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.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
|
## 1.1.110 - 2022-05-02
|
||||||
### Added:
|
### Added:
|
||||||
- Support memory aliasing.
|
- Support memory aliasing.
|
||||||
|
|
Loading…
Reference in a new issue