From 2e5e1f2892f330ea5eacfc73c47e8147d45e7786 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:22:55 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2bffd97..02c326e 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.6286 - 2021-01-10 +### Changed +- Only attempt to parse/load "Common" ticket type. + - Fixes an issue loading NSPs dumped using nxdumptool with a specific option enabled. + ## 1.0.6283 - 2021-01-10 ### Added - Stubbed IsFreeCommunicationAvailable service call.