Updated Changelog (markdown)

MetrosexualGarbodor 2024-05-14 15:37:54 +01:00
parent b9e84efb84
commit e4c74592c7

@ -3,6 +3,26 @@ 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.1302 - 2024-05-14
### Fixed:
- HID: Stub IHidServer: 134 (SetNpadAnalogStickUseCenterClamp).
- Allows eBaseball Powerful Pro Yakyuu 2020, Pawapoke R, WBSC eBASEBALL: Power Pros, and possibly other "Power Pro" games to boot without "Ignore Missing Services".
## 1.1.1301 - 2024-05-14
### Fixed:
- Update outdated Windows version warning.
- Updates the warning message displayed when an unsupported Windows version is detected.
## 1.1.1300 - 2024-05-14
### Fixed:
- Add Linux-specific files to local builds.
- Ensures Linux-specific files are copied to the output directory when building locally. Useful for testing certain changes.
## 1.1.1299 - 2024-05-14
### Fixed:
- infra: Update ReSharper's DotSettings.
- Code cleanup. No expected user-facing changes.
## 1.1.1298 - 2024-05-08
### Fixed:
- Replace "List.ForEach" for "foreach".