Updated Changelog (markdown)

EmulationFanatic 2020-06-15 07:54:41 -06:00
parent e29fc349c4
commit 63e41f8991

@ -13,7 +13,7 @@ All updates to the Ryujinx official master build will be documented in this file
## 1.0.4687 - 2020-06-09 ## 1.0.4687 - 2020-06-09
### Changed ### 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. - 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 ## 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 ## 1.0.4682 - 2020-06-05
### Added ### Added
- Added Pclmulqdq intrinsic - 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.