Updated Changelog (markdown)
parent
24e410cc7f
commit
9c76c8d2d5
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.0.6917 - 2021-06-21
|
||||||
|
### Fixed
|
||||||
|
- Fix a bug that caused one of the account service functions to return an invalid user id if more than one user profile was configured on the emulator.
|
||||||
|
- Fixes a softlock on Shantae Half-Genie Hero title screen if more than one user profile was present. Might fix similar user profile related issues on other games.
|
||||||
|
|
||||||
|
## 1.0.6916 - 2021-06-21
|
||||||
|
### Changed
|
||||||
|
- Implement all known AppletMessage values. The new values are not used right now, but might be in the future.
|
||||||
|
- No expected changes.
|
||||||
|
|
||||||
## 1.0.6915 - 2021-06-20
|
## 1.0.6915 - 2021-06-20
|
||||||
### Fixed
|
### Fixed
|
||||||
- When the (separate) sampler bindless handle comes from the offset 0 of the constant buffer, it was being ignored which caused the wrong sampler to be used. This correct the bug by adding 1 to the offset on the shader translator, and then subtracting 1 on the GPU emulator to ensure that it is never 0 if a separate bindless sampler is used.
|
- When the (separate) sampler bindless handle comes from the offset 0 of the constant buffer, it was being ignored which caused the wrong sampler to be used. This correct the bug by adding 1 to the offset on the shader translator, and then subtracting 1 on the GPU emulator to ensure that it is never 0 if a separate bindless sampler is used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue