From 38eaa4961c5378c742ed3424928f49fac4b6dcd9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 23 Apr 2021 14:53:58 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 191bffa..f7b39d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6847 - 2021-04-23 +### Added +- Implemented custom user profile emulation. + - Simply click on Options > Manage User Profiles. + - Profiles cannot be edited/managed while a game is running. + - The "RyuPlayer" profile is the default user which cannot be deleted, as it contains all of the original save files for your games. However, the name and picture can be changed. + - WARNING: Save data is specific to each user profile so if you delete a profile, the save data under that profile is also deleted!! + +(For a more in-depth explanation of how the feature works, see the original PR description here: https://github.com/Ryujinx/Ryujinx/pull/2227) + ## 1.0.6846 - 2021-04-22 ### Changed - Cleaned up the mm:u services, replacing previously unknown values with those that are now known.