From d50bf33b1c5fd52085320147f5bf6b9586190858 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 2 Aug 2020 19:34:36 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b1d0ff4..54f3fc8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5122 - 2020-08-02 +### Added +- Implemented software keyboard GTK frontend. + - Enables the user to enter in a custom player name when prompted instead of having the default "Ryujinx" name hardcoded in. + ## 1.0.5119 - 2020-08-02 ### Added - Facilitated OpenGL debug logging that can be configured via the GUI. This is for development use only.