mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-22 09:12:16 -07:00
Updated Changelog (markdown)
14
Changelog.md
14
Changelog.md
@@ -1,6 +1,20 @@
|
|||||||
# 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.0.7061 - 2021-10-04
|
||||||
|
### Changed:
|
||||||
|
- Reduces cost for range list creation and inheritance.
|
||||||
|
- Fixes potential performance regression introduced on version 1.0.7044.
|
||||||
|
|
||||||
|
## 1.0.7060 - 2021-10-04
|
||||||
|
### Fixed:
|
||||||
|
- Allow textures to be used without having a sampler pool set.
|
||||||
|
- Improves rendering on Cotton Guardian Force Saturn Tribute.
|
||||||
|
|
||||||
|
## 1.0.7059 - 2021-10-04
|
||||||
|
### Fixed:
|
||||||
|
- Fixes a bug introduced on version 1.0.7052 that could cause a memory leak and eventually a crash playing H264 videos.
|
||||||
|
|
||||||
## 1.0.7058 - 2021-09-28
|
## 1.0.7058 - 2021-09-28
|
||||||
### Added:
|
### Added:
|
||||||
- Added the ability to signal a write as "precise" on the tracking, which signals a special handler (if present) which can be used to avoid unnecessary flush actions, or maybe even more. For buffers, precise writes specifically do not flush, and instead punch a hole in the modified range list to indicate that the data on GPU has been replaced.
|
- Added the ability to signal a write as "precise" on the tracking, which signals a special handler (if present) which can be used to avoid unnecessary flush actions, or maybe even more. For buffers, precise writes specifically do not flush, and instead punch a hole in the modified range list to indicate that the data on GPU has been replaced.
|
||||||
|
Reference in New Issue
Block a user