From 59596c5bbc9acd69ef6587c86bfedd9e7c0a1342 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 13 May 2023 02:09:34 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5831dcb..9151ace 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,13 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.796 - 2023-05-12 +### Fixed: +- Set OpenGL PixelPackBuffer to 0 when done. + - Fixes emulator screenshots being taken as black pictures when using OpenGL. + - Fixes camera photos and save previews being taken as black pictures in The Legend of Zelda: Breath of the Wild and The Legend of Zelda: Tears of the Kingdom when using OpenGL. + - May fix similar issues in other games when using OpenGL. + ## 1.1.795 - 2023-05-12 ### Fixed: - macOS CI Adjustments.