Updated Changelog (markdown)

Mary
2021-07-06 22:29:46 +02:00
parent 95296b963e
commit 1083de9193

@@ -1,6 +1,14 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6954 - 2021-07-06
### Added:
- A new front-end has been added to Ryujinx: Ryujinx.Headless.SDL2.
- This is a minimalist variant of the emulator without a GUI that can be started and configured via command line.
- **This is available on a separated release zip.** (see **ryujinx-headless-sdl2-{version}** variants)
- **This doesn't have any updater.**
- For more information on the options available run it with ``--help``.
## 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.