Updated Changelog (markdown)

EmulationFanatic 2020-12-09 15:55:19 -07:00
parent 9b30afe905
commit 8b7fc5a77d

@ -1,6 +1,12 @@
# 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.6005 - 2020-12-09
### Changed
- Modified ThreadPool process handling to keep it active so that there is never a reason to terminate the GateThread.
- Dramatically improves the perceived visual smoothness of games.
- Raises FPS from 57-58 to 60 in games where the game should have been pegged at 60FPS already.
## 1.0.6004 - 2020-12-09 ## 1.0.6004 - 2020-12-09
### Changed ### Changed
- Modified GPU memory allocation by marking memory as available in an implementation of a Red-Black-Tree affectionately christened a TreeDictionary. - Modified GPU memory allocation by marking memory as available in an implementation of a Red-Black-Tree affectionately christened a TreeDictionary.