Updated Changelog (markdown)

EmulationFanatic
2021-03-06 17:31:21 -07:00
parent 6052643eec
commit fab5f9fc3c

@@ -4,7 +4,7 @@ All updates to the Ryujinx official master build will be documented in this file
## 1.0.6776 - 2021-03-06 ## 1.0.6776 - 2021-03-06
### Changed ### Changed
- Removed unused physical region memory tracking. - Removed unused physical region memory tracking.
- Accelerates memory unmap/remap of virtual addressese that were once used for GPU resources, as well as reduce the cost of creating new tracking handles. - Accelerates memory unmap/remap of virtual addresses that were once used for GPU resources, as well as reduce the cost of creating new tracking handles.
- Reduces load times and non-shader related stutter in games that perform many unmap/remap operations such as Unreal Engine 4 games, among others. - Reduces load times and non-shader related stutter in games that perform many unmap/remap operations such as Unreal Engine 4 games, among others.
- Tracking regions/handles are now notified about an unmap operation before they are actually unmapped. - Tracking regions/handles are now notified about an unmap operation before they are actually unmapped.
Example of non-shader related stutter being improved by this update: Example of non-shader related stutter being improved by this update: