From 4cccc16f2aa0398221e03c8885320e9aecb40e96 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sun, 20 Jun 2021 21:32:18 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5106678..b541a42 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6915 - 2021-06-20 +### 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. + - Fixes rendering issues in Final Fantasy XII The Zodiac Age and Mario + Rabbids Kingdom Battle. + ## 1.0.6914 - 2021-06-19 ### Changed - Stub hid service call: IsFirmwareUpdateAvailableForSixAxisSensor needed by Game Builder Garage (Ignore missing services isn't required anymore).