mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-21 21:12:14 -07:00
Updated Changelog (markdown)
@@ -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.
|
||||||
|
Reference in New Issue
Block a user