diff --git a/Changelog.md b/Changelog.md index 58f65e0..60e1830 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5071 - 2020-07-28 +### Added +- Implemented alpha test using legacy functions using an OpenGL compatibility profile. This will bridge the gap until alpha test is re-implemented via pixel shaders later on once a disk shader cache exists in Ryujinx. + - Fixes alpha test issues on games including Mega Man 11 (black eyes). + + ## 1.0.5070 - 2020-07-28 ### Added -- Implemented VIC BGRA output surface format +- Implemented VIC BGRA output surface format. - Fixes swapped/incorrect colors during video decoding on games requiring it, including The Caligula Effect. ## 1.0.5049 - 2020-07-26