Updated Changelog (markdown)
parent
b48f8f0977
commit
069160052d
1 changed files with 34 additions and 4 deletions
38
Changelog.md
38
Changelog.md
|
@ -1,6 +1,40 @@
|
|||
# Ryujinx Changelog
|
||||
All updates to the Ryujinx official master build will be documented in this file
|
||||
|
||||
## 1.1.315 - 2022-10-18
|
||||
### Added:
|
||||
- A32: Implement VCVTT, VCVTB.
|
||||
- Radiant Silvergun is now playable.
|
||||
|
||||
<details open>
|
||||
<summary>Older releases</summary>
|
||||
<br>
|
||||
|
||||
## 1.1.314 - 2022-10-18
|
||||
## Added:
|
||||
- A64: Add fast path for Fcvtas_Gp/S/V, Fcvtau_Gp/S/V and Frinta_S/V instructions.
|
||||
- May reduce stuttering and improve performance in Mario Strikers: Battle League, Mario Party Superstars and Super Smash Bros. Ultimate.
|
||||
|
||||
## 1.1.313 - 2022-10-18
|
||||
### Fixed:
|
||||
- Avalonia: Update Polish Translation.
|
||||
- Updates the Polish localization for the Avalonia UI.
|
||||
|
||||
## 1.1.312 - 2022-10-18
|
||||
### Fixed:
|
||||
- Vulkan: Dispose TextureStorage when views hit 0 instead of immediately.
|
||||
- Reduces VRAM usage in Super Mario Odyssey when running on Vulkan with higher resolution scaling values. May improve VRAM usage on other games.
|
||||
|
||||
## 1.1.311 - 2022-10-18
|
||||
### Fixed:
|
||||
- Fix: Arguments Break when Updating.
|
||||
- Command line arguments will no longer break after updating the emulator.
|
||||
|
||||
## 1.1.310 - 2022-10-18
|
||||
### Fixed:
|
||||
- Avoid allocations in .Parse methods.
|
||||
- No changes in games.
|
||||
|
||||
## 1.1.309 - 2022-10-18
|
||||
### Fixed:
|
||||
- Vulkan: Fix blit levels/layers parameters being inverted.
|
||||
|
@ -16,10 +50,6 @@ All updates to the Ryujinx official master build will be documented in this file
|
|||
- Avalonia - Remove on property changed call in Time Zone validation.
|
||||
- Fixes an issue in the Avalonia UI where using arrow keys in an AutoCompleteTextBox (such as the timezone textbox) would select the first entry and remove all other options.
|
||||
|
||||
<details open>
|
||||
<summary>Older releases</summary>
|
||||
<br>
|
||||
|
||||
## 1.1.306 - 2022-10-17
|
||||
### Fixed:
|
||||
- Implement OpenDataStorageWithProgramIndex partially.
|
||||
|
|
Loading…
Reference in a new issue