Updated Changelog (markdown)

EmulationFanatic
2020-12-09 15:44:41 -07:00
parent 93b0404f9d
commit 9b30afe905

@@ -1,8 +1,13 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file All updates to the Ryujinx official master build will be documented in this file
## 1.0.6004 - 2020-12-09
### Changed
- Modified GPU memory allocation by marking memory as available in an implementation of a Red-Black-Tree affectionately christened a TreeDictionary.
- Improves memory allocation and reduces time for certain GPU memory related operations.
## 1.0.6003 - 2020-12-09 ## 1.0.6003 - 2020-12-09
### Added ### Changed
- Rewrote scheduler context switch code. - Rewrote scheduler context switch code.
- Now uses a lock to prevent the thread from being scheduled in two cores at once, like the official OS does. - Now uses a lock to prevent the thread from being scheduled in two cores at once, like the official OS does.
- Fixed thread CurrentCore value being updated ahead of time. Now it is only updated after the thread is switched to the new core. - Fixed thread CurrentCore value being updated ahead of time. Now it is only updated after the thread is switched to the new core.