From b053fa7e35d2f6ac0dafb9550ba75d72df3817e6 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:12:06 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index bc62965..efd8706 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.0.6200- 2021-01-01 +## 1.0.6200 - 2021-01-01 ### Changed - Cleaned up/removed long <-> ulong casts from Nvservices code. - Code cleanup only. No emulator functionality change. -## 1.0.6196- 2021-01-01 +## 1.0.6196 - 2021-01-01 ### Changed - Updated KAddressArbiter implementation to 11.x kernel. - Update Wait/SignalProcessWideKey implementation to match changes made on official 11.0 kernel.