From 86bacf155efdedd13f294ee59ad9e7fef81cf50b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:51:38 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1db733f..a6c49b8 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.6913 - 2021-06-16 +### Changed +- Loading the default controller profile once again sets the controller type to Pro Controller. When Miria was released, this function had been changed to load Joycon Pair instead; this update reverts that change. + ## 1.0.6912 - 2021-06-14 ### Changed - Shader decoding is now ended when reaching a block that starts with an infinite loop.