From a7d332cfc13bfe098a0d6e88a077265f681c0abf Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:10:20 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6a5a9f1..36e6faf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6788 - 2021-03-18 +### Added +- Added Amiibo scan emulation of all Amiibos. + - Uses a self-hosted fork of the AmiiboAPI RESTful API. No need to scan any bin files! + - Amiibo can be trained in Super Smash Bros. +To scan an Amiibo: +1. Go to the Amiibo-specific scanning location or in-game menu option in a supported game. +2. Click on the Ryujinx Actions menu header > Scan an Amiibo. That's it! + ## 1.0.6787 - 2021-03-16 ### Changed - Improved the grammar in a code comment. No emulator functionality changes.