Updated Changelog (markdown)

MutantAura 2022-05-05 19:34:08 +01:00
parent bbd2b02ffa
commit 2eded5d367

@ -1,6 +1,12 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.117 - 2022-05-05
### Added:
- Enable JIT service LLE.
- Enables the JIT service, required by the NSO Nintendo 64 emulator and Super Mario 3D All-Stars (Super Mario 64), allowing them to run. It is not an actual service implementation, rather it runs the service on the firmware, so this is an "LLE" approach as opposed to the usual HLE approach where the service is re-implemented on the emulator.
- Requires firmware version 10.0.0 minimum.
## 1.1.116 - 2022-05-05
### Fixed:
- Fix shared memory leak on Windows.