mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-22 07:32:15 -07:00
Updated Changelog (markdown)
20
Changelog.md
20
Changelog.md
@@ -1,6 +1,26 @@
|
|||||||
# 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.7091 - 2021-10-24
|
||||||
|
### Fixed:
|
||||||
|
- Kernel: Fix inverted condition on permission check of SetMemoryPermission syscall.
|
||||||
|
|
||||||
|
## 1.0.7090 - 2021-10-24
|
||||||
|
### Fixed:
|
||||||
|
- Preserve image types for shader bindless surface instructions (.D variants).
|
||||||
|
- Make format unknown for surface atomic if bindless and not sized.
|
||||||
|
|
||||||
|
## 1.0.7089 - 2021-10-24
|
||||||
|
### Fixed:
|
||||||
|
- HLE: Improve safety.
|
||||||
|
- Makes timezone implementation safe. Improves various parts of the code that were previously unsafe.
|
||||||
|
- Add an util function that handles reading an ASCII string in a safe way.
|
||||||
|
|
||||||
|
## 1.0.7088 - 2021-10-24
|
||||||
|
### Fixed:
|
||||||
|
- Kernel: Clear pages allocated with SetHeapSize. Previously, all new pages allocated by SetHeapSize were not cleared by the kernel, which could cause weird memory corruption.
|
||||||
|
- Add support for custom fill heap and ipc value.
|
||||||
|
|
||||||
## 1.0.7087 - 2021-10-24
|
## 1.0.7087 - 2021-10-24
|
||||||
### Fixed:
|
### Fixed:
|
||||||
- Fixup channel submit IOCTL syncpoint parameters.
|
- Fixup channel submit IOCTL syncpoint parameters.
|
||||||
|
Reference in New Issue
Block a user