From 5b311ba9348fb33da32b23e62265b93e8fa04df9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:59:40 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index e8de54f..8a8240a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6833 - 2021-04-14 +### Changed +- Miria has arrived! As a preparation for the upcoming new UI and for Vulkan, this udpate removes OpenTK 3 dependency entirely. +- Switched to OpenTK 4 for OpenAL implementation and mark OpenAL implementation as obsolete. +- Switched to OpenTK 4 for the Ryujinx.Graphics.OpenGL project. +- The emulator now uses SPB for context creation and manipulations instead of OpenTK 3. + - Currently only WGL and GLX backend are supported. (no regressions compared to old implementation) +- Switched to SDL2 for controller input. + - Controllers can now be hot-plugged without any constraints. No need to click any "refresh" buttons. + - Motion controls now work on supported controllers without the need of external tools. (Legacy Cemuhook integration is still present if desired.) + - DS4, DS5, Pro Controller and Single Joycons are natively supported. (Joycon pairs are not yet natively supported and outside the scope of this PR; Cemuhook integration can be used for joycon pairs in the meantime.) + - Rumble API is exposed **while still not in use for now** (outside the scope of this PR). +- Switched to GTK3 for keyboard input. +- Individual keyboard support was removed (meaning there is no list of keyboards to choose from anymore; only "All Keyboards" is shown as an option). + ## 1.0.6832 - 2021-04-13 ### Changed - Applied lossless image compression to various image resources within the GUI, saving a whopping 69KB.