mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-22 07:32:15 -07:00
Updated Changelog (markdown)
11
Changelog.md
11
Changelog.md
@@ -1,6 +1,17 @@
|
||||
# Ryujinx Changelog
|
||||
All updates to the Ryujinx official master build will be documented in this file
|
||||
|
||||
## 1.0.7002 - 2021-08-20
|
||||
### Fixed:
|
||||
- Fixes wrong base level calculation when copying data to slices of 3D textures.
|
||||
- Fixes 3D texture data not being properly updated in some rare cases.
|
||||
- The bug was observed on Super Mario Odyssey. Other games using 3D textures might be affected too.
|
||||
|
||||
## 1.0.7001 - 2021-08-20
|
||||
### Fixed:
|
||||
- Fixes an assert that was happening on debug builds since version 1.0.7000, due to an optimization creating a constant operand with the wrong type.
|
||||
- Should not have any visible effect on games as the bug did not cause wrong code generation.
|
||||
|
||||
## 1.0.7000 - 2021-08-17
|
||||
### Changed:
|
||||
- Optimizes JIT memory allocations by using an arena allocator, along with other optimizations.
|
||||
|
Reference in New Issue
Block a user