From 8a2bcf92b02f629139d0cbe2fb1bbf87304407b5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 18 Jan 2021 17:01:53 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 35fe6be..1e01b1e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6346 - 2021-01-18 +### Fixed +- Fixed the missing Ryujinx icon in Linux that has been missing since the GUI refactor. + ## 1.0.6341 - 2021-01-17 ### Changed - Implemented lazy flush-on-read for Buffers (SSBO/Copy). This allows SSBO data to be written back to guest memory when it's needed.