diff --git a/Changelog.md b/Changelog.md index 9151ace..9f84a13 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.798 - 2023-05-13 +### Added: +- Add timeout of 35 minutes to workflow jobs. + - GitHub workflows will now time out after 35 minutes instead of going on forever when they get stuck. + +## 1.1.797 - 2023-05-13 +### Fixed: +- audio: SDL2: Do not report 5.1 if the device doesn't support it. + - Fixes volume being too low on SDL2 if a game was converting 5.1 to stereo sound. + ## 1.1.796 - 2023-05-12 ### Fixed: - Set OpenGL PixelPackBuffer to 0 when done.