From 095ca3f777c7f3e82970899452743aedcf3cf4bb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 19 Jul 2020 20:11:41 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3e5e7cd..b859bb1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.4964 - 2020-07-19 +### Changed +- Improved implementation of CreateTransferMemory and CloseHandle syscalls. +- Fixed session services not being disposed. + +## 1.0.4963 - 2020-07-19 +### Added +- Added VBIC, VTST, and VSRA 32-bit instructions. + - Fixes missing opcode crashes in several 32-bit games. + ## 1.0.4957 - 2020-07-17 ### Changed - No longer prints guest stack trace for svcBreak debug calls.