From 1083de91938209df3340a5d870a33f0c63a28625 Mon Sep 17 00:00:00 2001 From: Mary Date: Tue, 6 Jul 2021 22:29:46 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 86df1e2..c2e0663 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.