mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-22 10:58:35 +00:00
Updated Changelog (markdown)
parent
f05a765707
commit
6fa5c805a4
1 changed files with 13 additions and 2 deletions
15
Changelog.md
15
Changelog.md
|
@ -2,7 +2,18 @@
|
||||||
|
|
||||||
All updates to this Ryujinx branch will be documented in this file.
|
All updates to this Ryujinx branch will be documented in this file.
|
||||||
|
|
||||||
## [1.2.69](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.69>) - 2024-11-1
|
## [1.2.72](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.72>) - 2024-11-03
|
||||||
|
PRs [#163](<https://github.com/GreemDev/Ryujinx/pull/163>), [#164](<https://github.com/GreemDev/Ryujinx/pull/164>), [#139](<https://github.com/GreemDev/Ryujinx/pull/139>)
|
||||||
|
### HLE:
|
||||||
|
- Add DebugMouse HID device.
|
||||||
|
- Fixes "Clock Tower Rewind" crashing while loading.
|
||||||
|
### Audio:
|
||||||
|
- Fix index bounds check in GetCoefficientAtIndex.
|
||||||
|
- Fixes crashing in Super Mario Party Jamboree.
|
||||||
|
### misc:
|
||||||
|
- Update macOS distribution .icns.
|
||||||
|
|
||||||
|
## [1.2.69](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.69>) - 2024-11-01
|
||||||
### Infra:
|
### Infra:
|
||||||
- Compile the native libraries into the Ryujinx executable.
|
- Compile the native libraries into the Ryujinx executable.
|
||||||
- Remove `libarmeilleure-jitsupport.dylib` from Windows & Linux releases (dylibs are macOS-only)
|
- Remove `libarmeilleure-jitsupport.dylib` from Windows & Linux releases (dylibs are macOS-only)
|
||||||
|
@ -12,7 +23,7 @@ All updates to this Ryujinx branch will be documented in this file.
|
||||||
- Replace "" with `string.Empty`.
|
- Replace "" with `string.Empty`.
|
||||||
- Code cleanups & simplifications.
|
- Code cleanups & simplifications.
|
||||||
|
|
||||||
## [1.2.67](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.67>) - 2024-11-1
|
## [1.2.67](<https://github.com/GreemDev/Ryujinx/releases/tag/1.2.67>) - 2024-11-01
|
||||||
PRs [#36](<https://github.com/GreemDev/Ryujinx/pull/36>), [#135](<https://github.com/GreemDev/Ryujinx/pull/135>)
|
PRs [#36](<https://github.com/GreemDev/Ryujinx/pull/36>), [#135](<https://github.com/GreemDev/Ryujinx/pull/135>)
|
||||||
|
|
||||||
### GUI:
|
### GUI:
|
||||||
|
|
Loading…
Reference in a new issue