Updated Changelog (markdown)
parent
cdd78ae61a
commit
e39562ac57
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
# Ryujinx Changelog
|
# Ryujinx Changelog
|
||||||
All updates to the Ryujinx official master build will be documented in this file
|
All updates to the Ryujinx official master build will be documented in this file
|
||||||
|
|
||||||
|
## 1.0.6977 - 2021-08-04
|
||||||
|
### Fixed:
|
||||||
|
- Fixes some audio related issues that caused the emulator to hang or crash at exit, by making audio backend disposal thread safe.
|
||||||
|
- Fixes deadlock (causing the emulator to not respond) at exit with the OpenAL backend.
|
||||||
|
- Fixes crash at exit with the SDL2 backend due to a double free.
|
||||||
|
- Fixes a crash at exit (only when the emulator window was closed) caused by a NRE on window disposal.
|
||||||
|
|
||||||
## 1.0.6976 - 2021-07-24
|
## 1.0.6976 - 2021-07-24
|
||||||
### Added:
|
### Added:
|
||||||
- Implement an option to hide status and menu bar
|
- Implement an option to hide status and menu bar
|
||||||
|
|
Loading…
Reference in a new issue