Updated Changelog (markdown)

Ac_K 2021-07-06 21:27:04 +02:00
parent 3231c91560
commit 95296b963e

@ -1,6 +1,36 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6953 - 2021-07-06
### Added:
- Allows the target language and API to be passed to the translator. Will be used by the Vulkan and SPIR-V backend in the future.
## 1.0.6952 - 2021-07-06
### Added:
- Adds a portable screenshot folder to save images when portable mode is enabled. Also adds a few error checks.
## 1.0.6951 - 2021-07-06
### Fixed:
- Fixes an issue in GetShrinkedGamepadName which crash the controller window if the controller name is equal to the limited length.
## 1.0.6950 - 2021-07-06
### Fixed:
- Fixes nifm service where IsDynamicDnsEnabled isn't supported on Linux.
## 1.0.6949 - 2021-07-06
### Fixed:
- Fixes some inconsistencies introduced in aoc service (1.0.6942).
- Fixes booting issues of Fire Emblem Three House, Super Robot Wars, Diablo 3 and more games.
## 1.0.6948 - 2021-07-06
### Fixed:
- Start a game with -f argument doesn't tick "Start Games in Fullscreen Mode" anymore.
## 1.0.6947 - 2021-07-06
### Added:
- Implement 12.0.0 hwopus service calls InitializeEx and GetWorkBufferSizeEx.
- Games built with 12.0.0+ SDK and using hwopus service are now bootable/playable.
## 1.0.6946 - 2021-07-03
### Fixed:
- Honour copy dependencies when switching render target.