From 63e41f89914fc55bad524691f59bf6c7f788fe7b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 15 Jun 2020 07:54:41 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index c54866d..03d1f53 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,7 +13,7 @@ All updates to the Ryujinx official master build will be documented in this file ## 1.0.4687 - 2020-06-09 ### Changed -- Console logging now discards data in an overflow condition. +- Interacting with the console window no longer affects the emulation. - This can reduce cases where the game deadlocks or crashes because the console is in Select mode or is manually scrolled. ## 1.0.4683 - 2020-06-06 @@ -24,5 +24,5 @@ All updates to the Ryujinx official master build will be documented in this file ## 1.0.4682 - 2020-06-05 ### Added - Added Pclmulqdq intrinsic - - Implemented crc32 in terms of pclmulqdq + - Implemented crc32 in terms of pclmulqdq, which improves performance in some games when performing data integrity verification. \ No newline at end of file