From 682586f49e1402eb5a70a3ac783d88bbdcd8299b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 30 Jul 2020 09:13:08 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 69c86da..d426305 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.5090 - 2020-07-30 +### Added +- Implemented inline memory load/store, improving the speed of exclusive and ordered memory accesses. + ## 1.0.5088 - 2020-07-30 ### Changed - Changed logging to print the guest stack trace on several crash conditions, which will provide necessary troubleshooting information.