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