Updated Changelog (markdown)

MetrosexualGarbodor
2021-10-25 00:12:28 +01:00
parent 812e22d111
commit 5776d50d36

@@ -1,6 +1,26 @@
# Ryujinx Changelog
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
### Fixed:
- Fixup channel submit IOCTL syncpoint parameters.