mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 07:14:14 +00:00
Updated Changelog (markdown)
parent
1f50cfe1c9
commit
b4cb15ba03
1 changed files with 21 additions and 1 deletions
22
Changelog.md
22
Changelog.md
|
@ -1,7 +1,27 @@
|
|||
# Ryujinx Changelog
|
||||
All updates to the Ryujinx official master build will be documented in this file.
|
||||
|
||||
For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).
|
||||
For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog).#
|
||||
|
||||
## 1.1.1117 - 2024-01-20
|
||||
### Added:
|
||||
- Implement a new JIT for Arm devices.
|
||||
- Significantly improves code compilation speed and size on ARM devices.
|
||||
- 32-bit and 64-bit games will boot faster and no longer need PPTC when using JIT on ARM devices.
|
||||
- Close to native execution without need for platform specific hypervisor (e.g. Linux/Windows ARM devices).
|
||||
|
||||
*Note: Games that are not playable via hypervisor on macOS, such as Breath of the Wild/Animal Crossing, may now work better via JIT.
|
||||
|
||||
## 1.1.1116 - 2024-01-20
|
||||
### Added:
|
||||
- Vulkan: Use templates for descriptor updates.
|
||||
- Improves performance for the open-source AMD mesa driver (RADV) by up to 12%.
|
||||
- Other drivers are not expected to see any noticable changes.
|
||||
|
||||
## 1.1.1115 - 2024-01-20
|
||||
### Added:
|
||||
- Support portable mode using the macOS app bundle.
|
||||
- Allows using the `portable` directory next to the macOS bundle.
|
||||
|
||||
## 1.1.1114 - 2024-01-18
|
||||
### Fixed:
|
||||
|
|
Loading…
Reference in a new issue