diff --git a/Changelog.md b/Changelog.md index 004a774..e22dd06 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6882 - 2021-05-20 +### Added +- Adds a dynamic query in Linux to locate the installation of the ffmpeg root path. + - Fixes nvdec-related crashes on Linux distros that do not use /libs as the ffmpeg root path. + - Prompts the user to install ffmpeg if it is not found. + ## 1.0.6881 - 2021-05-20 ### Changed - Assigned _backgroundContext before starting its working thread.