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.