From 67aaa8d24ff45fb9a911d15462b5fe07cd8b7675 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 19 Feb 2021 12:36:11 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 029f261..15789f4 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.6631 - 2021-02-19 +### Changed +- Modified the "Ignore Missing Services" option to take effect immediately, even during emulation. + ## 1.0.6630 - 2021-02-19 ### Fixed - Fixed another issue introduced in the IPC refactoring changes involving returned buffer sizes. These are now provided explicitly in GetClientId calls.