Updated Changelog (markdown)
parent
0d5b7c2125
commit
477b38c159
1 changed files with 10 additions and 0 deletions
10
Changelog.md
10
Changelog.md
|
@ -1,6 +1,16 @@
|
||||||
# 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.1.608 - 2023-02-08
|
||||||
|
### Fixed:
|
||||||
|
- Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes).
|
||||||
|
- Code cleanup. No changes in games.
|
||||||
|
|
||||||
|
## 1.1.607 - 2023-02-08
|
||||||
|
### Fixed:
|
||||||
|
- Fix some Vulkan validation errors.
|
||||||
|
- Code cleanup. No expected changes in games.
|
||||||
|
|
||||||
## 1.1.606 - 2023-02-08
|
## 1.1.606 - 2023-02-08
|
||||||
### Fixed:
|
### Fixed:
|
||||||
- Limit texture cache based on total texture size.
|
- Limit texture cache based on total texture size.
|
||||||
|
|
Loading…
Reference in a new issue